Searched refs:m_sup_to_col (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h72 m_sup_to_col = sup_to_col.data();
141 Index* supToCol() { return m_sup_to_col; }
145 return m_sup_to_col;
172 Index* m_sup_to_col; //sup_to_col[s] points to the starting column of the s-th supernode member in class:Eigen::internal::MappedSuperNodalMatrix

Completed in 66 milliseconds