Searched refs:SparseSelfAdjointView (Results 1 – 9 of 9) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseSelfAdjointView.h | 38 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) 121 …SparseSelfAdjointView& rankUpdate(const SparseMatrixBase<DerivedU>& u, const Scalar& alpha = Scala… 144 …SparseSelfAdjointView& operator=(const SparseSymmetricPermutationProduct<SrcMatrixType,SrcUpLo>& p… 151 SparseSelfAdjointView& operator=(const SparseSelfAdjointView& src) 158 SparseSelfAdjointView& operator=(const SparseSelfAdjointView<SrcMatrixType,SrcUpLo>& src) [all …]
|
D | SparseMatrixBase.h | 387 …template<unsigned int UpLo> inline const SparseSelfAdjointView<Derived, UpLo> selfadjointView() co… 388 template<unsigned int UpLo> inline SparseSelfAdjointView<Derived, UpLo> selfadjointView();
|
D | SparseUtil.h | 77 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView; variable
|
D | SparseMatrix.h | 657 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other)
|
/external/eigen/Eigen/ |
D | SparseCore | 57 #include "src/SparseCore/SparseSelfAdjointView.h"
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 73 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator()
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | ConjugateGradient.h | 205 SparseSelfAdjointView<const MatrixType, UpLo>
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | MINRES.h | 258 SparseSelfAdjointView<const MatrixType, UpLo>
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 108 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpL… in viewAsCholmod()
|