Searched defs:isMuchSmallerThan (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DFuzzy.h91 * or vector. If you want to test whether \c *this is zero, use internal::isMuchSmallerThan(const
94 * \sa internal::isMuchSmallerThan(const RealScalar&, RealScalar) const
117 * \sa isApprox(), isMuchSmallerThan(const DenseBase<OtherDerived>&, RealScalar) const
120 bool DenseBase<Derived>::isMuchSmallerThan( function in class:Eigen::DenseBase
136 * \sa isApprox(), isMuchSmallerThan(const RealScalar&, RealScalar) const
140 bool DenseBase<Derived>::isMuchSmallerThan( function in class:Eigen::DenseBase
H A DMathFunctions.h653 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec) function in struct:Eigen::internal::scalar_fuzzy_default_impl
675 static inline bool isMuchSmallerThan(const Scalar& x, const Scalar&, const RealScalar&) function in struct:Eigen::internal::scalar_fuzzy_default_impl
694 static inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, const RealScalar& prec) function in struct:Eigen::internal::scalar_fuzzy_default_impl
709 inline bool isMuchSmallerThan(const Scalar& x, const OtherScalar& y, function in namespace:Eigen::internal
712 return scalar_fuzzy_impl<Scalar>::template isMuchSmallerThan<OtherScalar>(x, y, precision);
746 static inline bool isMuchSmallerThan(const bool& x, const bool&, const bool&) function in struct:Eigen::internal::scalar_fuzzy_impl

Completed in 359 milliseconds