Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:nonZeros

24   * space inbetween the nonzeros of two successive colmuns (resp. rows) such that insertion of new non-zero
246 inline Index nonZeros() const
489 /** Suppresses all nonzeros which are \b much \b smaller \b than \a reference under the tolerence \a epsilon */
495 /** Turns the matrix into compressed format, and suppresses all nonzeros which do not satisfy the predicate \a keep.
750 for (Index i=0; i<m.nonZeros(); ++i)