CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
bool | empty () const |
size_t | size () const |
void | pop_back () |
Element & | back () |
template<class... Args> | |
void | emplace_back (Args &&... args) |
Element & | operator[] (size_t i) |
A Stack of Operation Nodes.
Base |
Definition at line 88 of file operation_stack.hpp.