38#include "../../misc/memberStore.hpp"
39#include "../io/tapeReaderWriterInterface.hpp"
103 template<
typename T_Real>
116 template<
typename Tape,
typename... Args>
121 template<
typename Tape,
typename... Args>
126 template<
typename Tape,
typename... Args>
131 template<
typename Tape,
typename... Args>
138 template<
typename Tape,
typename Generator,
typename Expr>
#define CODI_DD(Type, Default)
Abbreviation for CODI_DECLARE_DEFAULT.
Definition macros.hpp:94
#define CODI_ANY
Used in default declarations of expression templates.
Definition macros.hpp:98
CoDiPack - Code Differentiation Package.
Definition codi.hpp:91
Creation of handles for the evaluation of expressions in a context where the expression type is not a...
Definition statementEvaluatorInterface.hpp:104
static Real callForward(Handle const &h, Args &&... args)
int Handle
Type of the handle.
Definition statementEvaluatorInterface.hpp:112
static Handle createHandle()
T_Real Real
See StatementEvaluatorInterface.
Definition statementEvaluatorInterface.hpp:107
static Real callPrimal(Handle const &h, Args &&... args)
static WriteInfo getWriteInformation(Handle const &h, Args &&... args)
static void callReverse(Handle const &h, Args &&... args)
This class is used during the writing process of a primal value tape. The WriteInfo is returned by co...
Definition tapeReaderWriterInterface.hpp:69