#include <MathFunctions.h>
Public Types | |
| typedef NumTraits< Scalar >::Real | RealScalar |
Static Public Member Functions | |
| static bool | isApprox (const Scalar &x, const Scalar &y, const RealScalar &) |
| static bool | isApproxOrLessThan (const Scalar &x, const Scalar &y, const RealScalar &) |
| template<typename OtherScalar > | |
| static bool | isMuchSmallerThan (const Scalar &x, const Scalar &, const RealScalar &) |
Definition at line 735 of file src/Core/MathFunctions.h.
| typedef NumTraits<Scalar>::Real Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, true >::RealScalar |
Definition at line 737 of file src/Core/MathFunctions.h.
| static bool Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, true >::isApprox | ( | const Scalar & | x, |
| const Scalar & | y, | ||
| const RealScalar & | |||
| ) | [inline, static] |
Definition at line 743 of file src/Core/MathFunctions.h.
| static bool Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, true >::isApproxOrLessThan | ( | const Scalar & | x, |
| const Scalar & | y, | ||
| const RealScalar & | |||
| ) | [inline, static] |
Definition at line 747 of file src/Core/MathFunctions.h.
| static bool Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, true >::isMuchSmallerThan | ( | const Scalar & | x, |
| const Scalar & | , | ||
| const RealScalar & | |||
| ) | [inline, static] |
Definition at line 739 of file src/Core/MathFunctions.h.