#include <MathFunctions.h>
Public Types | |
typedef bool | RealScalar |
Static Public Member Functions | |
static bool | isApprox (bool x, bool y, bool) |
static bool | isApproxOrLessThan (const bool &x, const bool &y, const bool &) |
template<typename OtherScalar > | |
static bool | isMuchSmallerThan (const bool &x, const bool &, const bool &) |
Definition at line 819 of file Eigen/src/Core/MathFunctions.h.
typedef bool internal::scalar_fuzzy_impl< bool >::RealScalar |
Definition at line 821 of file Eigen/src/Core/MathFunctions.h.
static bool internal::scalar_fuzzy_impl< bool >::isApprox | ( | bool | x, |
bool | y, | ||
bool | |||
) | [inline, static] |
Definition at line 829 of file Eigen/src/Core/MathFunctions.h.
static bool internal::scalar_fuzzy_impl< bool >::isApproxOrLessThan | ( | const bool & | x, |
const bool & | y, | ||
const bool & | |||
) | [inline, static] |
Definition at line 834 of file Eigen/src/Core/MathFunctions.h.
static bool internal::scalar_fuzzy_impl< bool >::isMuchSmallerThan | ( | const bool & | x, |
const bool & | , | ||
const bool & | |||
) | [inline, static] |
Definition at line 824 of file Eigen/src/Core/MathFunctions.h.