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

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_SupernodalMatrix.h45 MappedSuperNodalMatrix(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVector& rowind, argument
48 setInfos(m, n, nzval, nzval_colptr, rowind, rowind_colptr, col_to_sup, sup_to_col);
61 void setInfos(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVector& rowind, argument
68 m_rowind = rowind.data();
170 Index* m_rowind_colptr; //rowind_colptr[j] stores the location in rowind[] which starts column j

Completed in 109 milliseconds