39#include "../data/position.hpp"
40#include "../indices/indexManagerInterface.hpp"
45 template<
typename T_Real,
typename T_Gradient,
typename T_Tape,
typename T_Impl>
65 template<
typename T_Real,
typename T_Gradient,
typename T_Identifier,
typename T_ActiveTypeTapeData>
97 template<
typename Lhs,
typename Tape>
#define CODI_DD(Type, Default)
Abbreviation for CODI_DECLARE_DEFAULT.
Definition macros.hpp:97
#define CODI_UNDEFINED_VALUE
Used in interface declarations for variables that have to be defined in the specializations.
Definition macros.hpp:123
CoDiPack - Code Differentiation Package.
Definition codi.hpp:97
Indices enable the mapping of primal values to their adjoint counterparts.
Definition indexManagerInterface.hpp:78
Base class for all CoDiPack lvalue expression.
Definition lhsExpressionInterface.hpp:63