Searched refs:m_mapL (Results 1 – 1 of 1) sorted by relevance
708 SparseLUMatrixLReturnType(const MappedSupernodalType& mapL) : m_mapL(mapL) in SparseLUMatrixLReturnType()710 Index rows() { return m_mapL.rows(); } in rows()711 Index cols() { return m_mapL.cols(); } in cols()715 m_mapL.solveInPlace(X); in solveInPlace()717 const MappedSupernodalType& m_mapL; member726 : m_mapL(mapL),m_mapU(mapU) in SparseLUMatrixUReturnType()728 Index rows() { return m_mapL.rows(); } in rows()729 Index cols() { return m_mapL.cols(); } in cols()736 for (Index k = m_mapL.nsuper(); k >= 0; k--) in solveInPlace()738 Index fsupc = m_mapL.supToCol()[k]; in solveInPlace()[all …]