HomeSort by relevance Sort by last modified time
    Searched refs:nnzU (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/SparseLU/
SparseLU_Utils.h 21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu)
24 nnzU = (glu.xusub)(n);
38 nnzU += j - fsupc + 1;
SparseLUImpl.h 54 void countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu);
  /external/eigen/bench/spbench/
test_sparseLU.cpp 90 cout << "Number of nonzeros in the factor : " << solver.nnzL() + solver.nnzU() << std::endl;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 272 Index nnzU = nnzL;
273 m_lu.reserve(n * (nnzL + nnzU + 1));
431 len = (std::min)(sizeu, nnzU);

Completed in 138 milliseconds