|
| TagTapeForward () |
| Constructor.
|
|
|
void | setGradient (Identifier &identifier, Gradient const &gradient) |
| Verify tag.
|
|
Gradient const & | getGradient (Identifier const &identifier) const |
| Verify tag.
|
|
Gradient & | gradient (Identifier &identifier) |
| Verify tag.
|
|
Gradient const & | gradient (Identifier const &identifier) const |
| Verify tag.
|
|
void | setGradient (Identifier const &identifier, Gradient const &gradient)=delete |
| Do not allow.
|
|
Gradient & | gradient (Identifier const &identifier)=delete |
| Do not allow.
|
|
void | initIdentifier (Real &value, Identifier &identifier) |
|
void | destroyIdentifier (Real &value, Identifier &identifier) |
| Has to be called for each identifier, before it is deallocated.
|
|
void | store (Lhs &lhs, Rhs const &rhs) |
| Has to be called by an AD variable every time it is assigned.
|
|
void | setGradient (Identifier const &identifier, Gradient const &gradient, AdjointsManagement adjointsManagement=AdjointsManagement::Automatic) |
| Set the gradient.
|
|
Gradient const & | getGradient (Identifier const &identifier, AdjointsManagement adjointsManagement=AdjointsManagement::Automatic) const |
| Set the gradient.
|
|
Gradient & | gradient (Identifier const &identifier, AdjointsManagement adjointsManagement=AdjointsManagement::Automatic) |
| Reference access to gradient.
|
|
Gradient const & | gradient (Identifier const &identifier, AdjointsManagement adjointsManagement=AdjointsManagement::Automatic) const |
| Constant reference access to gradient.
|
|
void | swap (Impl &other) |
| Swap members.
|
|
| TagTapeBase () |
| Constructor.
|
|
void | setCurTag (const Tag &tag) |
| Set the current tag of the tape.
|
|
Tag | getCurTag () |
| Get the current tag of the tape.
|
|
Tag | getTagFromVariable (LhsExpressionInterface< Real, Gradient, Impl, Lhs > &value) |
| Get tag of a CoDiPack active type.
|
|
void | setTagOnVariable (LhsExpressionInterface< Real, Gradient, Impl, Lhs > const &value) |
| Set tag on a CoDiPack active type.
|
|
void | clearTagOnVariable (LhsExpressionInterface< Real, Gradient, Impl, Lhs > &value) |
| Clear tag on a CoDiPack active type.
|
|
void | clearTagPropertiesOnVariable (LhsExpressionInterface< Real, Gradient, Impl, Lhs > &value) |
| Clear properties on a CoDiPack active type.
|
|
void | setTagPropertyOnVariable (LhsExpressionInterface< Real, Gradient, Impl, Lhs > &value, TagFlags flag) |
| Set properties on a CoDiPack active type.
|
|
bool | hasTagPropertyOnVariable (LhsExpressionInterface< Real, Gradient, Impl, Lhs > &value, TagFlags flag) |
| Check properties on a CoDiPack active type.
|
|
void | setTagPropertyErrorCallback (TagPropertyErrorCallback const &callback, void *userData) |
| Set the callback and user data for a property error error.
|
|
void | setTagErrorCallback (TagErrorCallback const &callback, void *userData) |
| Set the callback and user data for a tag error.
|
|
void | setPreaccumulationHandlingEnabled (bool enabled) |
| Enable or disable specialized handling for preaccumulation. Default: true Uses a special tag to sanitize preaccumulation regions.
|
|
void | setPreaccumulationHandlingTag (Tag tag) |
| Set the special tag for preaccumulation regions. See setPreaccumulationHandlingEnabled().
|
|
bool | isPreaccumulationHandlingEnabled () |
| If handling for preaccumulation is enabled.
|
|
Tag | getPreaccumulationHandlingTag () |
| The special tag for preaccumulation.
|
|