|
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 |
|
template<typename T>
struct Eigen::GenericNumTraits< T >
Definition at line 51 of file NumTraits.h.
The documentation for this struct was generated from the following file:
- C:/Users/Brig/Documents/ShapeWorksStudio/src/Surfworks/Eigen/src/Core/NumTraits.h