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

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