Classes | Public Types
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 >:
Inheritance graph
[legend]

List of all members.

Classes

struct  wrong_type

Public Types

enum  {
  IsComplex = 0, HasFloatingPoint = 0, ReadCost = 0, AddCost = 0,
  MulCost = 0
}
typedef wrong_type FloatingPoint
typedef wrong_type 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:

Definition at line 88 of file NumTraits.h.


Member Typedef Documentation

template<typename T>
typedef wrong_type Eigen::NumTraits< T >::FloatingPoint

Definition at line 100 of file eigen.h.

template<typename T>
typedef wrong_type Eigen::NumTraits< T >::Real

Reimplemented from Eigen::GenericNumTraits< T >.

Definition at line 99 of file eigen.h.


Member Enumeration Documentation

template<typename T>
anonymous enum
Enumerator:
IsComplex 
HasFloatingPoint 
ReadCost 
AddCost 
MulCost 

Definition at line 101 of file eigen.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:40:22