MCPcopy Create free account
hub / github.com/abess-team/abess / sparseView

Method sparseView

python/include/Eigen/src/SparseCore/SparseView.h:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 * \sa SparseMatrixBase::pruned(), class SparseView */
224template<typename Derived>
225const SparseView<Derived> MatrixBase<Derived>::sparseView(const Scalar& reference,
226 const typename NumTraits<Scalar>::Real& epsilon) const
227{
228 return SparseView<Derived>(derived(), reference, epsilon);
229}
230
231/** \returns an expression of \c *this with values smaller than
232 * \a reference * \a epsilon removed.

Callers 4

_solve_implMethod · 0.80
computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected