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 > | |
T | ei_abs (const T &x) |
template<typename T > | |
T | 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) |
T ei_abs | ( | const T & | x ) | [inline] |
Definition at line 31 of file Eigen2Support/MathFunctions.h.
References abs().
T ei_abs2 | ( | const T & | x ) | [inline] |
Definition at line 32 of file Eigen2Support/MathFunctions.h.
References abs2().
T ei_atan2 | ( | const T & | x, |
const T & | y | ||
) | [inline] |
Definition at line 38 of file Eigen2Support/MathFunctions.h.
T ei_conj | ( | const T & | x ) | [inline] |
Definition at line 30 of file Eigen2Support/MathFunctions.h.
T ei_cos | ( | const T & | x ) | [inline] |
Definition at line 37 of file Eigen2Support/MathFunctions.h.
References cos().
T ei_exp | ( | const T & | x ) | [inline] |
Definition at line 34 of file Eigen2Support/MathFunctions.h.
References exp().
NumTraits<T>::Real ei_imag | ( | const T & | x ) | [inline] |
Definition at line 29 of file Eigen2Support/MathFunctions.h.
References imag().
T ei_log | ( | const T & | x ) | [inline] |
Definition at line 35 of file Eigen2Support/MathFunctions.h.
References log().
T ei_pow | ( | const T & | x, |
const T & | y | ||
) | [inline] |
Definition at line 39 of file Eigen2Support/MathFunctions.h.
References pow().
NumTraits<T>::Real ei_real | ( | const T & | x ) | [inline] |
Definition at line 28 of file Eigen2Support/MathFunctions.h.
References real().
T ei_sin | ( | const T & | x ) | [inline] |
Definition at line 36 of file Eigen2Support/MathFunctions.h.
References sin().
T ei_sqrt | ( | const T & | x ) | [inline] |
Definition at line 33 of file Eigen2Support/MathFunctions.h.
References internal::sqrt().
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |