MCPcopy Create free account
hub / github.com/Derious/cuMPC / sparseView

Method sparseView

dependence/eigen-3.4.0/Eigen/src/SparseCore/SparseView.h:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

sparse_productFunction · 0.80
sparse_basicFunction · 0.80
call_refFunction · 0.80
mainFunction · 0.80
check_marketioFunction · 0.80

Calls

no outgoing calls

Tested by 5

sparse_productFunction · 0.64
sparse_basicFunction · 0.64
call_refFunction · 0.64
check_marketioFunction · 0.64