41#include "computeExpression.hpp"
51 template<
typename T_Real>
69 template<
typename Real>
#define CODI_INLINE
See codi::Config::ForcedInlines.
Definition config.h:469
#define CODI_DD(Type, Default)
Abbreviation for CODI_DECLARE_DEFAULT.
Definition macros.hpp:97
CoDiPack - Code Differentiation Package.
Definition codi.hpp:97
ComputeExpression< Real, EmptyOperation > EmptyExpression
Expression with no arguments for register input statements.
Definition emptyExpression.hpp:70
Represents an operator or function with an arbitrary number of arguments in the expression tree.
Definition computeExpression.hpp:371
Operation for empty expression.
Definition emptyExpression.hpp:52
static inlineReal primal()
Zero value.
Definition emptyExpression.hpp:58
static inlinestd::string getMathRep()
Text "empty()".
Definition emptyExpression.hpp:63
T_Real Real
See EmptyOperation.
Definition emptyExpression.hpp:55