|
| inlinestatic void | evaluate (WriteInfo &writeInfo, Real *primalVector, Config::ArgumentSize numberOfPassiveArguments, char *byteData) |
| | Evaluate the full expression.
|
| |
| template<typename Func, typename... Args> |
| inlinestatic void | evaluateFull (Func const &func, Args &&... args) |
| | Load the expression data and evaluate the expression.
|
| |
| inlinestatic void | evaluateInner (size_t const &maxOutputArgs, size_t const &maxActiveArgs, size_t const &maxConstantArgs, WriteInfo &writeInfo, Real *primalVector, Config::ArgumentSize numberOfPassiveArguments, char *byteData) |
| | Evaluate expression in a forward mode.
|
| |
|
inlinestatic StaticRhs | constructStaticRhs (Real *primalVector, PassiveReal const *const constantValues, Identifier const *const identifiers) |
| | Construct the statement in the static context.
|
| |
|
inlinestatic StaticRhs | constructStaticRhs (Real *primalVector, PassiveReal const *const constantValues, Identifier const *const identifiers) |
| | Construct the statement in the static context.
|
| |
| inlinestatic void | internalEvaluate (Args &&... args) |
| | Evaluate the full expression.
|
| |
| inlinestatic void | internalEvaluate (Args &&... args) |
| | Evaluate the full expression.
|
| |
template<typename T_TapeTypes, typename T_Impl>
template<typename Stmt>
struct codi::PrimalValueBaseTape< T_TapeTypes, T_Impl >::StatementCallGenerator< StatementCall::WriteInformation, Stmt >
WriteInformation implementation.