Searched refs:nnzU (Results 1 - 4 of 4) sorted by path

/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h272 Index nnzU = nnzL; local
273 m_lu.reserve(n * (nnzL + nnzU + 1));
431 len = (std::min)(sizeu, nnzU);
/external/eigen/Eigen/src/SparseLU/
H A DSparseLUImpl.h54 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
H A DSparseLU_Utils.h21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu) argument
24 nnzU = (glu.xusub)(n);
38 nnzU += j - fsupc + 1;
/external/eigen/bench/spbench/
H A Dtest_sparseLU.cpp90 cout << "Number of nonzeros in the factor : " << solver.nnzL() + solver.nnzU() << std::endl;

Completed in 311 milliseconds