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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h122 Index* rowIndexPtr() { return m_rowind_colptr; } function in class:Eigen::internal::MappedSuperNodalMatrix
124 const Index* rowIndexPtr() const function in class:Eigen::internal::MappedSuperNodalMatrix
192 m_idrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]]),
193 m_endidrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]+1])
244 Index istart = rowIndexPtr()[fsupc]; // Pointer index to the subscript of the current column
245 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode

Completed in 45 milliseconds