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