Home
last modified time | relevance | path

Searched refs:SparseSelfAdjointView (Results 1 – 9 of 9) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseSelfAdjointView.h38 struct traits<SparseSelfAdjointView<MatrixType,UpLo> > : traits<MatrixType> {
49 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView
50 : public EigenBase<SparseSelfAdjointView<MatrixType,UpLo> >
60 inline SparseSelfAdjointView(const MatrixType& matrix) : m_matrix(matrix)
91 operator*(const SparseMatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
107 operator*(const MatrixBase<OtherDerived>& lhs, const SparseSelfAdjointView& rhs)
121SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scala…
144SparseSelfAdjointView& operator=(const SparseSymmetricPermutationProduct<SrcMatrixType,SrcUpLo>& p…
151 SparseSelfAdjointView& operator=(const SparseSelfAdjointView& src)
158 SparseSelfAdjointView& operator=(const SparseSelfAdjointView<SrcMatrixType,SrcUpLo>& src)
[all …]
DSparseMatrixBase.h387 …template<unsigned int UpLo> inline const SparseSelfAdjointView<Derived, UpLo> selfadjointView() co…
388 template<unsigned int UpLo> inline SparseSelfAdjointView<Derived, UpLo> selfadjointView();
DSparseUtil.h77 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView; variable
DSparseMatrix.h657 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other)
/external/eigen/Eigen/
DSparseCore57 #include "src/SparseCore/SparseSelfAdjointView.h"
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DConjugateGradient.h205 SparseSelfAdjointView<const MatrixType, UpLo>
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DMINRES.h258 SparseSelfAdjointView<const MatrixType, UpLo>
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h108 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpL… in viewAsCholmod()