Public Types | Static Public Member Functions
internal::scalar_fuzzy_default_impl< Scalar, false, false > Struct Template Reference

#include <MathFunctions.h>

List of all members.

Public Types

typedef NumTraits< Scalar >::Real RealScalar

Static Public Member Functions

static bool isApprox (const Scalar &x, const Scalar &y, const RealScalar &prec)
static bool isApproxOrLessThan (const Scalar &x, const Scalar &y, const RealScalar &prec)
template<typename OtherScalar >
static bool isMuchSmallerThan (const Scalar &x, const OtherScalar &y, const RealScalar &prec)

Detailed Description

template<typename Scalar>
struct internal::scalar_fuzzy_default_impl< Scalar, false, false >

Definition at line 729 of file Eigen/src/Core/MathFunctions.h.


Member Typedef Documentation

template<typename Scalar >
typedef NumTraits<Scalar>::Real internal::scalar_fuzzy_default_impl< Scalar, false, false >::RealScalar

Definition at line 731 of file Eigen/src/Core/MathFunctions.h.


Member Function Documentation

template<typename Scalar >
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 737 of file Eigen/src/Core/MathFunctions.h.

template<typename Scalar >
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 742 of file Eigen/src/Core/MathFunctions.h.

template<typename Scalar >
template<typename OtherScalar >
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 733 of file Eigen/src/Core/MathFunctions.h.


The documentation for this struct was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:34