Definition at line 775 of file Core/MathFunctions.h.
#include <src/Core/MathFunctions.h>
Public Types | |
| typedef NumTraits< Scalar >::Real | RealScalar |
Static Public Member Functions | |
| template<typename OtherScalar > | |
| static bool | isMuchSmallerThan (const Scalar &x, const OtherScalar &y, const RealScalar &prec) |
| static bool | isApprox (const Scalar &x, const Scalar &y, const RealScalar &prec) |
| static bool | isApproxOrLessThan (const Scalar &x, const Scalar &y, const RealScalar &prec) |
| typedef NumTraits<Scalar>::Real internal::scalar_fuzzy_default_impl< Scalar, false, false >::RealScalar |
Definition at line 777 of file Core/MathFunctions.h.
| static bool internal::scalar_fuzzy_default_impl< Scalar, false, false >::isApprox | ( | const Scalar & | x, |
| const Scalar & | y, | ||
| const RealScalar & | prec | ||
| ) | [inline, static] |
Definition at line 783 of file Core/MathFunctions.h.
References abs().
| static bool internal::scalar_fuzzy_default_impl< Scalar, false, false >::isApproxOrLessThan | ( | const Scalar & | x, |
| const Scalar & | y, | ||
| const RealScalar & | prec | ||
| ) | [inline, static] |
Definition at line 787 of file Core/MathFunctions.h.
References internal::isApprox().
| static bool internal::scalar_fuzzy_default_impl< Scalar, false, false >::isMuchSmallerThan | ( | const Scalar & | x, |
| const OtherScalar & | y, | ||
| const RealScalar & | prec | ||
| ) | [inline, static] |
Definition at line 779 of file Core/MathFunctions.h.
References abs().
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |