HomeSort by relevance Sort by last modified time
    Searched refs:nonZeros (Results 26 - 36 of 36) sorted by null

12

  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 29 * decrease as the number of nonzeros per inner-vector increase. In practice, we observed very good performance
30 * till about 100 nonzeros/vector, and the performance remains relatively good till 500 nonzeros/vectors.
120 Index nonZeros() const
188 /** Suppress all nonzeros which are smaller than \a reference under the tolerence \a epsilon */
MarketIO.h 236 out << mat.rows() << " " << mat.cols() << " " << mat.nonZeros() << "\n";
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 56 res.nzmax = mat.nonZeros();
  /external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h 265 int fill_in = static_cast<int> (amat.nonZeros()*m_fillfactor)/n+1;
  /external/eigen/Eigen/src/SparseCore/
TriangularSolver.h 220 res.reserve(other.nonZeros());
225 tempVector.init(.99/*float(other.col(col).nonZeros())/float(other.rows())*/);
280 // std::cout << "tempVector.nonZeros() == " << int(count) << " / " << (other.rows()) << "\n";
SparseMatrix.h 24 * space inbetween the nonzeros of two successive colmuns (resp. rows) such that insertion of new non-zero
240 inline Index nonZeros() const
469 /** Suppresses all nonzeros which are \b much \b smaller \b than \a reference under the tolerence \a epsilon */
475 /** Turns the matrix into compressed format, and suppresses all nonzeros which do not satisfy the predicate \a keep.
682 for (Index i=0; i<m.nonZeros(); ++i)
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 186 res.storage.nnz = mat.nonZeros();
245 res.storage.nnz = mat.nonZeros();
  /external/eigen/Eigen/src/Core/
DenseBase.h 175 inline Index nonZeros() const { return size(); }
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 108 Index cnz = C.nonZeros();
  /external/eigen/bench/spbench/
spbenchsolver.h 516 << it.matrix().rows() << " <TD rowspan=\"4\"> " << it.matrix().nonZeros()<< " "<< statline ;
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrix.h 383 inline Index nonZeros() const {

Completed in 582 milliseconds

12