CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
Argument (OperationNode< Base > &operation) | |
Argument (const Base ¶meter) | |
Argument (const Argument &orig) | |
Argument (Argument &&orig) | |
Argument & | operator= (const Argument &rhs) |
Argument & | operator= (Argument &&rhs) |
OperationNode< Base > * | getOperation () const |
Base * | getParameter () const |
An argument used by an operation which can be either a constant value or the result of another operation
Definition at line 31 of file argument.hpp.