Searched defs:nnzU (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()
456 Index nnzU() const { return m_nnzU; }; in nnzU() function
275 Index nnzU = nnzL; in factorize() local