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

  /external/eigen/Eigen/src/SparseCore/
SparseDiagonalProduct.h 84 Index nonZerosEstimate() const { return m_sparseXprImpl.nonZerosEstimate(); }
127 Index nonZerosEstimate() const { return m_sparseXprEval.nonZerosEstimate(); }
SparseTranspose.h 62 inline Index nonZerosEstimate() const {
63 return m_argImpl.nonZerosEstimate();
SparseCwiseUnaryOp.h 37 inline Index nonZerosEstimate() const {
38 return m_argImpl.nonZerosEstimate();
SparseTriangularView.h 96 inline Index nonZerosEstimate() const {
97 return m_argImpl.nonZerosEstimate();
SparseCwiseBinaryOp.h 142 inline Index nonZerosEstimate() const {
143 return m_lhsImpl.nonZerosEstimate() + m_rhsImpl.nonZerosEstimate();
229 inline Index nonZerosEstimate() const {
317 inline Index nonZerosEstimate() const {
475 inline Index nonZerosEstimate() const {
476 return (std::min)(m_lhsImpl.nonZerosEstimate(), m_rhsImpl.nonZerosEstimate());
549 inline Index nonZerosEstimate() const {
550 return m_rhsImpl.nonZerosEstimate();
    [all...]
SparseSparseProductWithPruning.h 51 Index estimated_nnz_prod = lhsEval.nonZerosEstimate() + rhsEval.nonZerosEstimate();
ConservativeSparseSparseProduct.h 42 Index estimated_nnz_prod = lhsEval.nonZerosEstimate() + rhsEval.nonZerosEstimate();
SparseCompressedBase.h 291 inline Index nonZerosEstimate() const {
SparseVector.h 430 inline Index nonZerosEstimate() const {
SparseBlock.h 488 inline Index nonZerosEstimate() const {
491 return m_argImpl.nonZerosEstimate() * m_block.size() / m_block.nestedExpression().size();
SparseDenseProduct.h 49 if(threads>1 && lhsEval.nonZerosEstimate() > 20000)
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 383 Index nonZerosEstimate() const { return m_matrix->nonZeros(); }

Completed in 470 milliseconds