Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h141 StorageIndex* supToCol() { return m_sup_to_col; } in supToCol() function
143 const StorageIndex* supToCol() const in supToCol() function
192 m_idrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]]), in InnerIterator()
193 m_endidrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]+1]) in InnerIterator()
246 Index fsupc = supToCol()[k]; // First column of the current supernode in solveInPlace()
249 Index nsupc = supToCol()[k+1] - fsupc; // Number of columns in the current supernode in solveInPlace()
DSparseLU.h736 Index fsupc = m_mapL.supToCol()[k]; in solveInPlace()
738 Index nsupc = m_mapL.supToCol()[k+1] - fsupc; in solveInPlace()