MCPcopy Create free account
hub / github.com/dblalock/bolt / isApprox

Function isApprox

cpp/src/external/eigen/src/SparseCore/SparseMatrixBase.h:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359 template<typename OtherDerived>
360 bool isApprox(const MatrixBase<OtherDerived>& other,
361 const RealScalar& prec = NumTraits<Scalar>::dummy_precision()) const
362 { return toDense().isApprox(other,prec); }
363
364 /** \returns the matrix or vector obtained by evaluating this expression.
365 *

Callers

nothing calls this directly

Calls 2

toDenseFunction · 0.85
isApproxMethod · 0.45

Tested by

no test coverage detected