Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h122 StorageIndex* rowIndexPtr() { return m_rowind_colptr; } in rowIndexPtr() function
124 const StorageIndex* rowIndexPtr() const in rowIndexPtr() 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()
247 …Index istart = rowIndexPtr()[fsupc]; // Pointer index to the subscript of the current c… in solveInPlace()
248 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode in solveInPlace()