HomeSort by relevance Sort by last modified time
    Searched defs:SparseMatrixType (Results 1 - 4 of 4) sorted by null

  /external/eigen/test/eigen2/
eigen2_sparse_vector.cpp 19 typedef SparseMatrix<Scalar> SparseMatrixType;
22 SparseMatrixType m1(rows,cols);
  /external/eigen/test/
sparse_vector.cpp 19 typedef SparseMatrix<Scalar,0,Index> SparseMatrixType;
22 SparseMatrixType m1(rows,rows);
89 SparseMatrixType mv1;
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 107 typedef SparseMatrix<Scalar,RowMajor,Index> SparseMatrixType;
271 mutable SparseMatrixType m_matrix;
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 82 typedef SparseMatrix<_Scalar, _Options, _Index> SparseMatrixType;
83 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _MatrixTypeNested;
84 typedef Block<SparseMatrixType, BlockRows, BlockCols, true> BlockType;
92 class InnerIterator: public SparseMatrixType::InnerIterator
96 : SparseMatrixType::InnerIterator(xpr.m_matrix, xpr.m_outerStart + outer), m_outer(outer)
103 class ReverseInnerIterator: public SparseMatrixType::ReverseInnerIterator
107 : SparseMatrixType::ReverseInnerIterator(xpr.m_matrix, xpr.m_outerStart + outer), m_outer(outer)
115 inline BlockImpl(const SparseMatrixType& xpr, int i)
119 inline BlockImpl(const SparseMatrixType& xpr, int startRow, int startCol, int blockRows, int blockCols)
126 typedef typename internal::remove_all<typename SparseMatrixType::Nested>::type _NestedMatrixType
    [all...]

Completed in 65 milliseconds