Searched refs:nnzU (Results 1 – 4 of 4) sorted by relevance
21 void SparseLUImpl<Scalar,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t… in countnz() argument24 nnzU = (glu.xusub)(n); in countnz()38 nnzU += j - fsupc + 1; in countnz()
56 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
284 Index nnzU = nnzL; in factorize() local285 m_lu.reserve(n * (nnzL + nnzU + 1)); in factorize()444 len = (std::min)(sizeu, nnzU); in factorize()
90 cout << "Number of nonzeros in the factor : " << solver.nnzL() + solver.nnzU() << std::endl; in main()