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

Method pruned

Eigen/src/SparseCore/SparseView.h:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 * */
243template<typename Derived>
244const SparseView<Derived>
245SparseMatrixBase<Derived>::pruned(const Scalar& reference,
246 const RealScalar& epsilon) const
247{
248 return SparseView<Derived>(derived(), reference, epsilon);
249}
250
251} // end namespace Eigen
252

Callers 1

sparse_productFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected