Searched refs:SparseSelfAdjointView (Results 1 – 7 of 7) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseSelfAdjointView.h | 32 struct traits<SparseSelfAdjointView<MatrixType,Mode> > : traits<MatrixType> { 43 template<typename MatrixType, unsigned int _Mode> class SparseSelfAdjointView 44 : public EigenBase<SparseSelfAdjointView<MatrixType,_Mode> > 51 RowsAtCompileTime = internal::traits<SparseSelfAdjointView>::RowsAtCompileTime, 52 ColsAtCompileTime = internal::traits<SparseSelfAdjointView>::ColsAtCompileTime 55 typedef EigenBase<SparseSelfAdjointView> Base; 62 explicit inline SparseSelfAdjointView(MatrixType& matrix) : m_matrix(matrix) 80 Product<SparseSelfAdjointView, OtherDerived> 83 return Product<SparseSelfAdjointView, OtherDerived>(*this, rhs.derived()); 92 Product<OtherDerived, SparseSelfAdjointView> [all …]
|
D | SparseMatrixBase.h | 335 …template<unsigned int UpLo> struct SelfAdjointViewReturnType { typedef SparseSelfAdjointView<Deriv… 336 …d int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SparseSelfAdjointView<const Deri…
|
D | SparseUtil.h | 57 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView; variable
|
D | SparseMatrix.h | 696 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other)
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Ordering.h | 74 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator()
|
/external/eigen/Eigen/ |
D | SparseCore | 59 #include "src/SparseCore/SparseSelfAdjointView.h"
|
/external/eigen/Eigen/src/CholmodSupport/ |
D | CholmodSupport.h | 121 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<const SparseMatrix<_Scalar,_Options,_Index…
|