Public Types | List of all members
Eigen::NumTraits< AutoDiffScalar< DerType > > Struct Template Reference

#include <AutoDiffScalar.h>

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

Public Types

enum  { RequireInitialization = 1 }
 
typedef internal::remove_all< DerType >::type DerTypeCleaned
 
typedef NumTraits< typename DerTypeCleaned::Scalar >::Literal Literal
 
typedef AutoDiffScalar< DerType > Nested
 
typedef AutoDiffScalar< DerType > NonInteger
 
typedef AutoDiffScalar< Matrix< typename NumTraits< typename DerTypeCleaned::Scalar >::Real, DerTypeCleaned::RowsAtCompileTime, DerTypeCleaned::ColsAtCompileTime, 0, DerTypeCleaned::MaxRowsAtCompileTime, DerTypeCleaned::MaxColsAtCompileTime > > Real
 
- 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 DerType>
struct Eigen::NumTraits< AutoDiffScalar< DerType > >

Definition at line 670 of file AutoDiffScalar.h.

Member Typedef Documentation

template<typename DerType >
typedef internal::remove_all<DerType>::type Eigen::NumTraits< AutoDiffScalar< DerType > >::DerTypeCleaned

Definition at line 673 of file AutoDiffScalar.h.

template<typename DerType >
typedef NumTraits<typename DerTypeCleaned::Scalar>::Literal Eigen::NumTraits< AutoDiffScalar< DerType > >::Literal

Definition at line 678 of file AutoDiffScalar.h.

template<typename DerType >
typedef AutoDiffScalar<DerType> Eigen::NumTraits< AutoDiffScalar< DerType > >::Nested

Definition at line 677 of file AutoDiffScalar.h.

template<typename DerType >
typedef AutoDiffScalar<DerType> Eigen::NumTraits< AutoDiffScalar< DerType > >::NonInteger

Definition at line 676 of file AutoDiffScalar.h.

template<typename DerType >
typedef AutoDiffScalar<Matrix<typename NumTraits<typename DerTypeCleaned::Scalar>::Real,DerTypeCleaned::RowsAtCompileTime,DerTypeCleaned::ColsAtCompileTime, 0, DerTypeCleaned::MaxRowsAtCompileTime, DerTypeCleaned::MaxColsAtCompileTime> > Eigen::NumTraits< AutoDiffScalar< DerType > >::Real

Definition at line 675 of file AutoDiffScalar.h.

Member Enumeration Documentation

template<typename DerType >
anonymous enum
Enumerator
RequireInitialization 

Definition at line 679 of file AutoDiffScalar.h.


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


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