39#include "../data/position.hpp"
44 template<
typename T_Real,
typename T_Gradient,
typename T_Tape,
typename T_Impl>
45 struct LhsExpressionInterface;
62 template<
typename T_Real,
typename T_Gradient,
typename T_Identifier>
86 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:90
Base class for all CoDiPack lvalue expression.
Definition lhsExpressionInterface.hpp:63