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.

Template 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 150 of file NumTraits.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:11