HomeSort by relevance Sort by last modified time
    Searched refs:colIndexPtr (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 99 Index* colIndexPtr()
104 const Index* colIndexPtr() const
189 m_idval(mat.colIndexPtr()[outer]),
191 m_endidval(mat.colIndexPtr()[outer+1]),
266 Index luptr = colIndexPtr()[fsupc];
267 Index lda = colIndexPtr()[fsupc+1] - luptr;
SparseLU.h 691 Index lda = m_mapL.colIndexPtr()[fsupc+1] - m_mapL.colIndexPtr()[fsupc]; // leading dimension
693 Index luptr = m_mapL.colIndexPtr()[fsupc];

Completed in 63 milliseconds