Searched defs:nnzL (Results 1 – 3 of 3) sorted by relevance
21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz()
455 Index nnzL() const { return m_nnzL; }; in nnzL() function
274 Index nnzL = fill_in/2; in factorize() local