|
template<typename T > |
constexpr T | MR::Math::pow2 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow3 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow4 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow5 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow6 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow7 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow8 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow9 (const T &v) |
|
template<typename T > |
constexpr T | MR::Math::pow10 (const T &v) |
|
template<typename I , typename T > |
constexpr I | MR::Math::round (const T x) throw () |
|
template<typename I , typename T > |
constexpr I | MR::Math::floor (const T x) throw () |
| template function with cast to different type More...
|
|
template<typename I , typename T > |
constexpr I | MR::Math::ceil (const T x) throw () |
| template function with cast to different type More...
|
|
template<typename Derived > |
bool | MR::is_finite (const Eigen::MatrixBase< Derived > &x) |
| check if all elements of an Eigen MatrixBase object are finite More...
|
|
template<typename Derived > |
bool | MR::is_nan (const Eigen::MatrixBase< Derived > &x) |
| check if all elements of an Eigen MatrixBase object are a number More...
|
|