MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / isApprox

Method isApprox

extern/eigen/Eigen/src/Core/Fuzzy.h:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101template<typename Derived>
102template<typename OtherDerived>
103EIGEN_DEVICE_FUNC bool DenseBase<Derived>::isApprox(
104 const DenseBase<OtherDerived>& other,
105 const RealScalar& prec
106) const
107{
108 return internal::isApprox_selector<Derived, OtherDerived>::run(derived(), other.derived(), prec);
109}
110
111/** \returns \c true if the norm of \c *this is much smaller than \a other,
112 * within the precision determined by \a prec.

Callers 2

AVXTests.cppFile · 0.45

Calls 1

runFunction · 0.70

Tested by

no test coverage detected