39#include "../data/position.hpp"
40#include "../indices/indexManagerInterface.hpp"
45 template<
typename T_Real,
typename T_Gradient,
typename T_Tape,
typename T_Impl>
46 struct LhsExpressionInterface;
63 template<
typename T_Real,
typename T_Gradient,
typename T_Identifier>
88 template<
typename Lhs,
typename Tape>
#define CODI_DD(Type, Default)
Abbreviation for CODI_DECLARE_DEFAULT.
Definition macros.hpp:94
#define CODI_UNDEFINED_VALUE
Used in interface declarations for variables that have to be defined in the specializations.
Definition macros.hpp:117
CoDiPack - Code Differentiation Package.
Definition codi.hpp:91
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