CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
void | pushNodeArguments (OperationNode< Base > &node) |
bool | empty () const |
size_t | size () const |
void | pop_back () |
SimpleOperationStackData< Base > & | back () |
void | emplace_back (Args &&... args) |
SimpleOperationStackData< Base > & | operator[] (size_t i) |
Definition at line 143 of file operation_stack.hpp.