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,StorageIndex>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu)
24 nnzU = (glu.xusub)(n);
38 nnzU += j - fsupc + 1;
SparseLUImpl.h 56 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 284 Index nnzU = nnzL;
285 m_lu.reserve(n * (nnzL + nnzU + 1));
444 len = (std::min)(sizeu, nnzU);

Completed in 91 milliseconds