Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Utils.h21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz()
H A DSparseLU.h455 Index nnzL() const { return m_nnzL; }; in nnzL() function
/aosp_15_r20/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h274 Index nnzL = fill_in/2; in factorize() local