CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Eigen::NumTraits< CppAD::AD< Base > > Struct Template Reference

Public Types

enum  {
  IsComplex = 0, IsInteger = 0, IsSigned = 1, RequireInitialization = 1,
  ReadCost = 1, AddCost = 2, MulCost = 2
}
 
typedef CppAD::AD< Base > Literal
 
typedef CppAD::AD< Base > Nested
 
typedef CppAD::AD< Base > NonInteger
 
typedef CppAD::AD< Base > Real
 

Static Public Member Functions

static int digits10 (void)
 
static CppAD::AD< Base > dummy_precision (void)
 
static CppAD::AD< Base > epsilon (void)
 
static CppAD::AD< Base > highest (void)
 
static CppAD::AD< Base > lowest (void)
 

Detailed Description

template<class Base>
struct Eigen::NumTraits< CppAD::AD< Base > >

Definition at line 81 of file cppad_eigen.hpp.


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