|
CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|


Public Member Functions | |
| OperationStackData (OperationNode< Base > &parent, size_t nodeIndex, size_t parentNodeScope) noexcept | |
| OperationNode< Base > & | parent () |
| OperationNode< Base > & | node () |
| size_t | argumentIndex () const |
Public Attributes | |
| size_t | parentNodeScope |
| StackNavigationStep | nextStep |
A stack element in the Operation Node stack.
| Base |
Definition at line 67 of file operation_stack.hpp.