Functions | |
template<typename T > | |
T | div_ceil (const T &a, const T &b) |
template<> | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float | sqrt (const float &x) |
template<> | |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE double | sqrt (const double &x) |
template<typename T > | |
EIGEN_STRONG_INLINE void | swap (T &a, T &b) |
T Eigen::numext::div_ceil | ( | const T & | a, |
const T & | b | ||
) |
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE float Eigen::numext::sqrt | ( | const float & | x | ) |
Definition at line 540 of file arch/SSE/MathFunctions.h.
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE double Eigen::numext::sqrt | ( | const double & | x | ) |
Definition at line 547 of file arch/SSE/MathFunctions.h.
EIGEN_STRONG_INLINE void Eigen::numext::swap | ( | T & | a, |
T & | b | ||
) |