Searched defs:SparseMatrixType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/eigen2/
H A Deigen2_sparse_vector.cpp19 typedef SparseMatrix<Scalar> SparseMatrixType; typedef
22 SparseMatrixType m1(rows,cols);
/external/eigen/test/
H A Dsparse_vector.cpp19 typedef SparseMatrix<Scalar,0,Index> SparseMatrixType; typedef
22 SparseMatrixType m1(rows,rows);
89 SparseMatrixType mv1;
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h107 typedef SparseMatrix<Scalar,RowMajor,Index> SparseMatrixType; typedef in class:Eigen::PardisoImpl
271 mutable SparseMatrixType m_matrix;
/external/eigen/Eigen/src/SparseCore/
H A DSparseBlock.h82 typedef SparseMatrix<_Scalar, _Options, _Index> SparseMatrixType; typedef in class:Eigen::BlockImpl
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
[all...]

Completed in 86 milliseconds