Searched refs:m_mapL (Results 1 – 1 of 1) sorted by relevance
659 SparseLUMatrixLReturnType(const MappedSupernodalType& mapL) : m_mapL(mapL) in SparseLUMatrixLReturnType()661 Index rows() { return m_mapL.rows(); } in rows()662 Index cols() { return m_mapL.cols(); } in cols()666 m_mapL.solveInPlace(X); in solveInPlace()668 const MappedSupernodalType& m_mapL; member677 : m_mapL(mapL),m_mapU(mapU) in SparseLUMatrixUReturnType()679 Index rows() { return m_mapL.rows(); } in rows()680 Index cols() { return m_mapL.cols(); } in cols()687 for (Index k = m_mapL.nsuper(); k >= 0; k--) in solveInPlace()689 Index fsupc = m_mapL.supToCol()[k]; in solveInPlace()[all …]