CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::RealTraits::TraitsImplementation< T_Type, typename > Struct Template Reference

Common traits for all types used as real values. More...

#include <realTraits.hpp>

Public Types

using PassiveReal = Type
 The original computation type, that was used in the application.
 
using Real = Type
 Inner type of the real value.
 
using Type = T_Type
 See TraitsImplementation.
 

Static Public Member Functions

static PassiveReal const & getPassiveValue (Type const &v)
 Get the basic primal value of the type.
 

Static Public Attributes

static int constexpr MaxDerivativeOrder = 0
 CoDiPack derivative order of the type.
 

Detailed Description

template<typename T_Type, typename = void>
struct codi::RealTraits::TraitsImplementation< T_Type, typename >

Common traits for all types used as real values.

Template Parameters
T_TypeThe type of the real value.

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