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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h192 m_idrow(mat.rowIndexPtr()[outer]),
198 m_idrow++;
205 inline Index index() const { return m_matrix.rowIndex()[m_idrow]; }
214 && (m_idrow < m_endidrow) );
224 Index m_idrow; // Index to browse the row indices member in class:Eigen::internal::MappedSuperNodalMatrix::InnerIterator

Completed in 72 milliseconds