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 Index* supToCol() { return m_sup_to_col; }
143 const Index* supToCol() const
243 Index fsupc = supToCol()[k]; // First column of the current supernode
246 Index nsupc = supToCol()[k+1] - fsupc; // Number of columns in the current supernode
SparseLU.h 690 Index fsupc = m_mapL.supToCol()[k];
692 Index nsupc = m_mapL.supToCol()[k+1] - fsupc;

Completed in 77 milliseconds