Public Types | Static Public Member Functions | List of all members
Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, false > Struct Template Reference

#include <MathFunctions.h>

Public Types

typedef NumTraits< Scalar >::Real RealScalar
 

Static Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

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

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

Member Function Documentation

template<typename Scalar >
static EIGEN_DEVICE_FUNC bool Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, false >::isApprox ( const Scalar x,
const Scalar y,
const RealScalar prec 
)
inlinestatic

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

template<typename Scalar >
static EIGEN_DEVICE_FUNC bool Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, false >::isApproxOrLessThan ( const Scalar x,
const Scalar y,
const RealScalar prec 
)
inlinestatic

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

template<typename Scalar >
template<typename OtherScalar >
static EIGEN_DEVICE_FUNC bool Eigen::internal::scalar_fuzzy_default_impl< Scalar, false, false >::isMuchSmallerThan ( const Scalar x,
const OtherScalar &  y,
const RealScalar prec 
)
inlinestatic

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


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:56:52