Reverse implementation. More...
#include <primalValueBaseTape.hpp>

Public Types | |
| using | Base = StatementCallGeneratorBase<Stmt, StatementCallGenerator<StatementCall::Reverse, Stmt>> |
| Base class abbreviation. | |
Static Public Member Functions | |
| static void | evaluate (TapeImpl &tape, Gradient *lhsAdjoints, Real *primalVector, Gradient *adjointVector, size_t &linearAdjointPos, Config::ArgumentSize numberOfPassiveArguments, char *byteData) |
| Evaluate the full expression. | |
| static void | evaluateInner (Real *primalVector, Gradient *adjointVector, Gradient *lhsAdjoints, PassiveReal const *const constantValues, Identifier const *const rhsIdentifiers) |
| Evaluate expression in a forward mode. | |
Reverse implementation.
|
inlinestatic |
Evaluate the full expression.
|
inlinestatic |
Evaluate expression in a forward mode.