HomeSort by relevance Sort by last modified time
    Searched refs:SparseSelfAdjointView (Results 1 - 6 of 6) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparseSelfAdjointView.h 16 * \class SparseSelfAdjointView
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)
77 * Indeed, the SparseSelfadjointView operand is first copied into a temporary SparseMatrix before computing the product.
80 Product<SparseSelfAdjointView, OtherDerived
    [all...]
SparseMatrixBase.h 335 template<unsigned int UpLo> struct SelfAdjointViewReturnType { typedef SparseSelfAdjointView<Derived, UpLo> Type; };
336 template<unsigned int UpLo> struct ConstSelfAdjointViewReturnType { typedef const SparseSelfAdjointView<const Derived, UpLo> Type; };
SparseUtil.h 57 template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView;
SparseMatrix.h 696 inline SparseMatrix(const SparseSelfAdjointView<OtherDerived, UpLo>& other)
    [all...]
  /external/eigen/Eigen/src/OrderingMethods/
Ordering.h 74 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm)
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 121 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<const SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat)

Completed in 92 milliseconds