Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseLU/
DSparseLU_SupernodalMatrix.h45 …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/
DSuperLUSupport.h747 SNptr = &((Scalar*)Lstore->nzval)[L_NZ_START(j)];
752 Uval[lastu] = ((Scalar*)Ustore->nzval)[i];