Main MRPT website > C++ reference
MRPT logo
Public Types
Eigen::NumTraits< T > Class Template Reference

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:

Definition at line 102 of file Core.

Inheritance diagram for Eigen::NumTraits< T >:
Inheritance graph
[legend]

List of all members.

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

Member Typedef Documentation

template<typename T>
typedef T Eigen::GenericNumTraits< T >::Real [inherited]

Reimplemented in Eigen::NumTraits< std::complex< _Real > >, and Eigen::NumTraits< mpfr::mpreal >.

Definition at line 77 of file Core.


Member Enumeration Documentation

template<typename T>
anonymous enum [inherited]
Enumerator:
IsInteger 
IsSigned 
IsComplex 
RequireInitialization 
ReadCost 
AddCost 
MulCost 

Definition at line 67 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo