Go to the source code of this file.
Functions |
template<typename T > |
NumTraits< T >::Real | ei_real (const T &x) |
template<typename T > |
NumTraits< T >::Real | ei_imag (const T &x) |
template<typename T > |
T | ei_conj (const T &x) |
template<typename T > |
NumTraits< T >::Real | ei_abs (const T &x) |
template<typename T > |
NumTraits< T >::Real | ei_abs2 (const T &x) |
template<typename T > |
T | ei_sqrt (const T &x) |
template<typename T > |
T | ei_exp (const T &x) |
template<typename T > |
T | ei_log (const T &x) |
template<typename T > |
T | ei_sin (const T &x) |
template<typename T > |
T | ei_cos (const T &x) |
template<typename T > |
T | ei_atan2 (const T &x, const T &y) |
template<typename T > |
T | ei_pow (const T &x, const T &y) |
template<typename T > |
T | ei_random () |
template<typename T > |
T | ei_random (const T &x, const T &y) |
template<typename T > |
T | precision () |
template<typename T > |
T | machine_epsilon () |
template<typename Scalar , typename OtherScalar > |
bool | ei_isMuchSmallerThan (const Scalar &x, const OtherScalar &y, typename NumTraits< Scalar >::Real precision=NumTraits< Scalar >::dummy_precision()) |
template<typename Scalar > |
bool | ei_isApprox (const Scalar &x, const Scalar &y, typename NumTraits< Scalar >::Real precision=NumTraits< Scalar >::dummy_precision()) |
template<typename Scalar > |
bool | ei_isApproxOrLessThan (const Scalar &x, const Scalar &y, typename NumTraits< Scalar >::Real precision=NumTraits< Scalar >::dummy_precision()) |
Function Documentation
template<typename T >
NumTraits<T>::Real ei_abs |
( |
const T & |
x |
) |
[inline] |
template<typename T >
NumTraits<T>::Real ei_abs2 |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T ei_atan2 |
( |
const T & |
x, |
|
|
const T & |
y | |
|
) |
| | [inline] |
template<typename T >
T ei_conj |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T ei_cos |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T ei_exp |
( |
const T & |
x |
) |
[inline] |
template<typename T >
NumTraits<T>::Real ei_imag |
( |
const T & |
x |
) |
[inline] |
template<typename Scalar >
bool ei_isApprox |
( |
const Scalar & |
x, |
|
|
const Scalar & |
y, |
|
|
typename NumTraits< Scalar >::Real |
precision = NumTraits<Scalar>::dummy_precision() | |
|
) |
| | [inline] |
template<typename Scalar >
bool ei_isApproxOrLessThan |
( |
const Scalar & |
x, |
|
|
const Scalar & |
y, |
|
|
typename NumTraits< Scalar >::Real |
precision = NumTraits<Scalar>::dummy_precision() | |
|
) |
| | [inline] |
template<typename Scalar , typename OtherScalar >
bool ei_isMuchSmallerThan |
( |
const Scalar & |
x, |
|
|
const OtherScalar & |
y, |
|
|
typename NumTraits< Scalar >::Real |
precision = NumTraits<Scalar>::dummy_precision() | |
|
) |
| | [inline] |
template<typename T >
T ei_log |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T ei_pow |
( |
const T & |
x, |
|
|
const T & |
y | |
|
) |
| | [inline] |
template<typename T >
T ei_random |
( |
const T & |
x, |
|
|
const T & |
y | |
|
) |
| | [inline] |
template<typename T >
NumTraits<T>::Real ei_real |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T ei_sin |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T ei_sqrt |
( |
const T & |
x |
) |
[inline] |
template<typename T >
T machine_epsilon |
( |
|
) |
[inline] |