CppADCodeGen
2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
const LoopStartOperationNode< Base > & | getLoopStart () const |
Protected Member Functions | |
LoopEndOperationNode (CodeHandler< Base > *handler, LoopStartOperationNode< Base > &loopStart, const std::vector< Argument< Base > > &endArgs) | |
Friends | |
class | CodeHandler< Base > |
An operation node that marks the end of a loop.
This is a custom OperationNode class and therefore cannot be transformed into any other node type (makeAlias() and setOperation() might not work).
Definition at line 90 of file declare_cg.hpp.