Public Types
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 NumTraits< T >:

List of all members.

Public Types

enum  {
  IsInteger,
  IsSigned,
  IsComplex,
  RequireInitialization,
  ReadCost,
  AddCost,
  MulCost
}
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.

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:


Member Typedef Documentation

typedef T Real
inherited

Member Enumeration Documentation

anonymous enum
inherited
Enumerator:
IsInteger 
IsSigned 
IsComplex 
RequireInitialization 
ReadCost 
AddCost 
MulCost 

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