WPILibC++ 2023.4.3-108-ge5452e3
|
Public Types | |
enum | { IsInteger = std::numeric_limits<T>::is_integer , IsSigned = std::numeric_limits<T>::is_signed , IsComplex = 0 , RequireInitialization = internal::is_arithmetic<T>::value ? 0 : 1 , ReadCost = 1 , AddCost = 1 , MulCost = 1 } |
typedef T | Real |
typedef T Eigen::GenericNumTraits< T >::Real |
anonymous enum |