Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h99 Index* colIndexPtr() in colIndexPtr() function
104 const Index* colIndexPtr() const in colIndexPtr() function
189 m_idval(mat.colIndexPtr()[outer]), in InnerIterator()
191 m_endidval(mat.colIndexPtr()[outer+1]), in InnerIterator()
266 Index luptr = colIndexPtr()[fsupc]; in solveInPlace()
267 Index lda = colIndexPtr()[fsupc+1] - luptr; in solveInPlace()
DSparseLU.h690 Index lda = m_mapL.colIndexPtr()[fsupc+1] - m_mapL.colIndexPtr()[fsupc]; // leading dimension in solveInPlace()
692 Index luptr = m_mapL.colIndexPtr()[fsupc]; in solveInPlace()