Searched defs:rowind_colptr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 176 milliseconds