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 >:
GenericNumTraits< T >

List of all members.


Detailed Description

template<typename T>
class NumTraits< T >

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

Parameters:
T the 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: