Searched refs:rowind_colptr (Results 1 – 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 46 IndexVector& rowind_colptr, IndexVector& col_to_sup, IndexVector& sup_to_col ) in MappedSuperNodalMatrix() argument 48 setInfos(m, n, nzval, nzval_colptr, rowind, rowind_colptr, col_to_sup, sup_to_col); in MappedSuperNodalMatrix() 62 IndexVector& rowind_colptr, IndexVector& col_to_sup, IndexVector& sup_to_col ) in setInfos() argument 69 m_rowind_colptr = rowind_colptr.data(); in setInfos()
|