CoDiPack  2.2.0
A Code Differentiation Package
SciComp TU Kaiserslautern
Loading...
Searching...
No Matches
codi::ConstantDataConversion< T_StoreData > Struct Template Reference

#include <constantExpression.hpp>

Public Types

using ArgumentData = StoreData
 Defined by specializations.
 
using StoreData = T_StoreData
 See ConstantDataConversion.
 

Static Public Member Functions

static ArgumentData const & fromDataStore (StoreData const &v)
 Convert the data from the store to the argument of the constant expression.
 
static StoreData const & toDataStore (StoreData const &v)
 Convert the data from the constant expression to the store.
 

Detailed Description

template<typename T_StoreData>
struct codi::ConstantDataConversion< T_StoreData >

Helper class for the constant data conversion in primal value tapes.

Template Parameters
T_StoreDataType of the constant data store in the tape.

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