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

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.

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.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:08