Home
last modified time | relevance | path

Searched refs:ratioColRes (Results 1 – 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
DSparseSparseProductWithPruning.h54 double ratioColRes = double(estimated_nnz_prod)/(double(lhs.rows())*double(rhs.cols())); in sparse_sparse_product_with_pruning_impl() local
60 tempVector.init(ratioColRes); in sparse_sparse_product_with_pruning_impl()