Home
last modified time | relevance | path

Searched refs:MappedSuperNodalMatrix (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h33 class MappedSuperNodalMatrix
41 MappedSuperNodalMatrix() in MappedSuperNodalMatrix() function
45MappedSuperNodalMatrix(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVec… in MappedSuperNodalMatrix() function
51 ~MappedSuperNodalMatrix() in ~MappedSuperNodalMatrix()
182 class MappedSuperNodalMatrix<Scalar,StorageIndex>::InnerIterator
185 InnerIterator(const MappedSuperNodalMatrix& mat, Index outer) in InnerIterator()
218 const MappedSuperNodalMatrix& m_matrix; // Supernodal lower triangular matrix
234 void MappedSuperNodalMatrix<Scalar,Index_>::solveInPlace( MatrixBase<Dest>&X) const in solveInPlace()
DSparseLU.h88 typedef internal::MappedSuperNodalMatrix<Scalar, StorageIndex> SCMatrix;