Home
last modified time | relevance | path

Searched defs:nnzU (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
DSparseLU_Utils.h21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz()
DSparseLU.h456 Index nnzU() const { return m_nnzU; }; in nnzU() function
/external/eigen/Eigen/src/IterativeLinearSolvers/
DIncompleteLUT.h275 Index nnzU = nnzL; in factorize() local