Searched refs:nnzL (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Utils.h21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu) argument
23 nnzL = 0;
37 nnzL += jlen;
H A DSparseLUImpl.h54 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h271 Index nnzL = fill_in/2; local
272 Index nnzU = nnzL;
273 m_lu.reserve(n * (nnzL + nnzU + 1));
402 len = (std::min)(sizel, nnzL);
/external/eigen/bench/spbench/
H A Dtest_sparseLU.cpp90 cout << "Number of nonzeros in the factor : " << solver.nnzL() + solver.nnzU() << std::endl;

Completed in 113 milliseconds