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

  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 141 StorageIndex* supToCol() { return m_sup_to_col; }
143 const StorageIndex* supToCol() const
192 m_idrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]]),
193 m_endidrow(mat.rowIndexPtr()[mat.supToCol()[mat.colToSup()[outer]]+1])
246 Index fsupc = supToCol()[k]; // First column of the current supernode
249 Index nsupc = supToCol()[k+1] - fsupc; // Number of columns in the current supernode
SparseLU.h 736 Index fsupc = m_mapL.supToCol()[k];
738 Index nsupc = m_mapL.supToCol()[k+1] - fsupc;

Completed in 60 milliseconds