CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <argument.hpp>
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.
|
inline |
Definition at line 37 of file argument.hpp.
|
inline |
Definition at line 41 of file argument.hpp.
|
inline |
Definition at line 45 of file argument.hpp.
|
inline |
Definition at line 50 of file argument.hpp.
|
inline |
Definition at line 55 of file argument.hpp.
|
inline |
Definition at line 91 of file argument.hpp.
|
inline |
Definition at line 95 of file argument.hpp.
|
inline |
Definition at line 78 of file argument.hpp.
|
inline |
Definition at line 60 of file argument.hpp.