Searched refs:m_mapL (Results 1 – 1 of 1) sorted by relevance
707 explicit SparseLUMatrixLReturnType(const MappedSupernodalType& mapL) : m_mapL(mapL) in SparseLUMatrixLReturnType()709 Index rows() { return m_mapL.rows(); } in rows()710 Index cols() { return m_mapL.cols(); } in cols()714 m_mapL.solveInPlace(X); in solveInPlace()716 const MappedSupernodalType& m_mapL; member724 : m_mapL(mapL),m_mapU(mapU) in SparseLUMatrixUReturnType()726 Index rows() { return m_mapL.rows(); } in rows()727 Index cols() { return m_mapL.cols(); } in cols()734 for (Index k = m_mapL.nsuper(); k >= 0; k--) in solveInPlace()736 Index fsupc = m_mapL.supToCol()[k]; in solveInPlace()[all …]