MOAB
4.9.3pre
|
#include <Fuzzy.h>
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC bool | run (const Derived &x, const OtherDerived &y, const typename Derived::RealScalar &prec) |
static EIGEN_DEVICE_FUNC bool Eigen::internal::isMuchSmallerThan_object_selector< Derived, OtherDerived, is_integer >::run | ( | const Derived & | x, |
const OtherDerived & | y, | ||
const typename Derived::RealScalar & | prec | ||
) | [inline, static] |
Definition at line 45 of file Fuzzy.h.
{ return x.cwiseAbs2().sum() <= numext::abs2(prec) * y.cwiseAbs2().sum(); }