Searched refs:nzval (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_SupernodalMatrix.h | 45 …MappedSuperNodalMatrix(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVec… in MappedSuperNodalMatrix() argument 48 setInfos(m, n, nzval, nzval_colptr, rowind, rowind_colptr, col_to_sup, sup_to_col); in MappedSuperNodalMatrix() 61 …void setInfos(Index m, Index n, ScalarVector& nzval, IndexVector& nzval_colptr, IndexVector& rowin… in setInfos() argument 66 m_nzval = nzval.data(); in setInfos()
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 747 SNptr = &((Scalar*)Lstore->nzval)[L_NZ_START(j)]; 752 Uval[lastu] = ((Scalar*)Ustore->nzval)[i];
|