Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU.h660 SparseLUMatrixLReturnType(const MappedSupernodalType& mapL) : m_mapL(mapL) in SparseLUMatrixLReturnType()
662 Index rows() { return m_mapL.rows(); } in rows()
663 Index cols() { return m_mapL.cols(); } in cols()
667 m_mapL.solveInPlace(X); in solveInPlace()
669 const MappedSupernodalType& m_mapL; member
678 : m_mapL(mapL),m_mapU(mapU) in SparseLUMatrixUReturnType()
680 Index rows() { return m_mapL.rows(); } in rows()
681 Index cols() { return m_mapL.cols(); } in cols()
688 for (Index k = m_mapL.nsuper(); k >= 0; k--) in solveInPlace()
690 Index fsupc = m_mapL.supToCol()[k]; in solveInPlace()
[all …]