Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseSelfAdjointView.h32 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 …]
DSparseMatrixBase.h335 …template<unsigned int UpLo> struct SelfAdjointViewReturnType { typedef SparseSelfAdjointView<Deriv…
336 …d int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SparseSelfAdjointView<const Deri…
DSparseUtil.h57 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView; variable
DSparseMatrix.h696 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other)
/external/eigen/Eigen/src/OrderingMethods/
DOrdering.h74 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator()
/external/eigen/Eigen/
DSparseCore59 #include "src/SparseCore/SparseSelfAdjointView.h"
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h121 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<const SparseMatrix<_Scalar,_Options,_Index…