Searched refs:SparseSelfAdjointView (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseSelfAdjointView.h16 * \class SparseSelfAdjointView
38 struct traits<SparseSelfAdjointView<MatrixType,UpLo> > : traits<MatrixType> {
49 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView class in namespace:Eigen
50 : public EigenBase<SparseSelfAdjointView<MatrixType,UpLo> >
60 inline SparseSelfAdjointView(const MatrixType& matrix) : m_matrix(matrix) function in class:Eigen::SparseSelfAdjointView
91 operator*(const SparseMatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
107 operator*(const MatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
121 SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scalar(1));
144 SparseSelfAdjointView& operator=(const SparseSymmetricPermutationProduct<SrcMatrixType,SrcUpLo>& permutedMatrix)
151 SparseSelfAdjointView
158 operator =(const SparseSelfAdjointView<SrcMatrixType,SrcUpLo>& src) argument
[all...]
H A DSparseMatrixBase.h386 template<unsigned int UpLo> inline const SparseSelfAdjointView<Derived, UpLo> selfadjointView() const;
387 template<unsigned int UpLo> inline SparseSelfAdjointView<Derived, UpLo> selfadjointView();
H A DSparseUtil.h77 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView;
H A DSparseMatrix.h657 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other) argument
/external/eigen/Eigen/src/OrderingMethods/
H A DOrdering.h73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) argument
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h108 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat) argument

Completed in 5641 milliseconds