Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h45 …NodalMatrix(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVector& rowind, in MappedSuperNodalMatrix() argument
48 setInfos(m, n, nzval, nzval_colptr, rowind, rowind_colptr, col_to_sup, sup_to_col); in MappedSuperNodalMatrix()
61 …oid setInfos(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVector& rowind, in setInfos() argument
68 m_rowind = rowind.data(); in setInfos()