Searched refs:estimated_nnz_prod (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseSparseProductWithPruning.h42 Index estimated_nnz_prod = lhs.nonZeros() + rhs.nonZeros(); local
50 res.reserve(estimated_nnz_prod);
51 double ratioColRes = double(estimated_nnz_prod)/double(lhs.rows()*rhs.cols());
H A DConservativeSparseSparseProduct.h38 Index estimated_nnz_prod = lhs.nonZeros() + rhs.nonZeros(); local
41 res.reserve(Index(estimated_nnz_prod));

Completed in 242 milliseconds