72 template<
typename T_Real,
typename T_Gradient,
typename T_Identifier>
#define CODI_DD(Type, Default)
Abbreviation for CODI_DECLARE_DEFAULT.
Definition macros.hpp:94
uint8_t ArgumentSize
Type for the number of arguments in statements.
Definition config.h:117
CoDiPack - Code Differentiation Package.
Definition codi.hpp:90
Add derivative information for custom operations to the tape.
Definition manualStatementPushTapeInterface.hpp:73
T_Identifier Identifier
See ManualStatementPushTapeInterface.
Definition manualStatementPushTapeInterface.hpp:78
void storeManual(Real const &lhsValue, Identifier &lhsIndex, Config::ArgumentSize const &size)
T_Gradient Gradient
See ManualStatementPushTapeInterface.
Definition manualStatementPushTapeInterface.hpp:77
T_Real Real
See ManualStatementPushTapeInterface.
Definition manualStatementPushTapeInterface.hpp:76
void pushJacobianManual(Real const &jacobian, Real const &value, Identifier const &index)