MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / sparseView

Method sparseView

include/Eigen/src/SparseCore/SparseView.h:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 * \sa SparseMatrixBase::pruned(), class SparseView */
200template <typename Derived>
201const SparseView<Derived> MatrixBase<Derived>::sparseView(const Scalar& reference,
202 const typename NumTraits<Scalar>::Real& epsilon) const {
203 return SparseView<Derived>(derived(), reference, epsilon);
204}
205
206/** \returns an expression of \c *this with values smaller than
207 * \a reference * \a epsilon removed.

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected