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 StorageIndex* colIndexPtr() in colIndexPtr() function
104 const StorageIndex* colIndexPtr() const in colIndexPtr() function
189 m_idval(mat.colIndexPtr()[outer]), in InnerIterator()
191 m_endidval(mat.colIndexPtr()[outer+1]), in InnerIterator()
269 Index luptr = colIndexPtr()[fsupc]; in solveInPlace()
270 Index lda = colIndexPtr()[fsupc+1] - luptr; in solveInPlace()
DSparseLU.h737 Index lda = m_mapL.colIndexPtr()[fsupc+1] - m_mapL.colIndexPtr()[fsupc]; // leading dimension in solveInPlace()
739 Index luptr = m_mapL.colIndexPtr()[fsupc]; in solveInPlace()