NDDEM
List of all members
Eigen::NumTraits< T > Class Template Reference

Holds information about the various numeric (i.e. scalar) types allowed by Eigen. More...

#include <NumTraits.h>

+ Inheritance diagram for Eigen::NumTraits< T >:

Additional Inherited Members

- Public Types inherited from Eigen::GenericNumTraits< T >
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
 

Detailed Description

template<typename T>
class Eigen::NumTraits< T >

Holds information about the various numeric (i.e. scalar) types allowed by Eigen.

Template Parameters
Tthe numeric type at hand

This class stores enums, typedefs and static methods giving information about a numeric type.

The provided data consists of:


The documentation for this class was generated from the following file: