Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h71 m_col_to_sup = col_to_sup.data(); in setInfos()
132 Index* colToSup() { return m_col_to_sup; } in colToSup()
136 return m_col_to_sup; in colToSup()
171 Index* m_col_to_sup; // col_to_sup[j] is the supernode number to which column j belongs variable