38#include "../../misc/memberStore.hpp"
102 template<
typename T_Real>
115 template<
typename Tape,
typename... Args>
120 template<
typename Tape,
typename... Args>
125 template<
typename Tape,
typename... Args>
132 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:90
Creation of handles for the evaluation of expressions in a context where the expression type is not a...
Definition statementEvaluatorInterface.hpp:103
static Real callForward(Handle const &h, Args &&... args)
int Handle
Type of the handle.
Definition statementEvaluatorInterface.hpp:111
static Handle createHandle()
T_Real Real
See StatementEvaluatorInterface.
Definition statementEvaluatorInterface.hpp:106
static Real callPrimal(Handle const &h, Args &&... args)
static void callReverse(Handle const &h, Args &&... args)