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