#include <TypeTraits.h>
|
static T | Constant (const ::std::size_t &i, const T &value) |
|
static T | Zero (const ::std::size_t &i) |
|
static T | abs (const T &t) |
|
static bool | equal (const T &lhs, const T &rhs, const T &epsilon=::Eigen::NumTraits< T >::dummy_precision()) |
|
static T | max_element (const T &t) |
|
static T | min_element (const T &t) |
|
::std::size_t | size (const T &t) |
|
◆ abs()
◆ Constant()
◆ equal()
template<typename T >
static bool rl::math::TypeTraits< T >::equal |
( |
const T & |
lhs, |
|
|
const T & |
rhs, |
|
|
const T & |
epsilon = ::Eigen::NumTraits<T>::dummy_precision() |
|
) |
| |
|
inlinestatic |
◆ max_element()
◆ min_element()
◆ size()
◆ Zero()
The documentation for this class was generated from the following file: