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

Public Types | |
| using | Base = StatementCallGeneratorBase<Stmt, StatementCallGenerator<StatementCall::ClearAdjoints, Stmt>> |
| Base class abbreviation. | |
Public Member Functions | |
| inlinestatic void | evaluate (Gradient *adjointVector, Config::ArgumentSize numberOfPassiveArguments, char *byteData) |
| Evaluate the full expression. | |
| template<typename Func> | |
| inlinestatic void | evaluateFull (Func const &func, size_t const &maxOutputArgs, size_t const &maxActiveArgs, size_t const &maxConstantArgs, Gradient *adjointVector, Config::ArgumentSize numberOfPassiveArguments, char *byteData) |
| Load the expression data and evaluate the expression. | |
| inlinestatic void | evaluateInner () |
| Evaluate expression in a forward mode. | |
WriteInformation implementation.
|
inline |
Evaluate the full expression.
|
inline |
Load the expression data and evaluate the expression.
|
inline |
Evaluate expression in a forward mode.