MCPcopy Create free account
hub / github.com/PX4/eigen / sparseView

Method sparseView

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 7

_solve_implMethod · 0.80
sparse_productFunction · 0.80
sparse_basicFunction · 0.80
call_refFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected