CppADCodeGen
2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
OperationNode< Base > & | getIndex () const |
IndexOperationNode< Base > * | getIterationCountNode () const |
const size_t | getIterationCount () const |
Protected Member Functions | |
LoopStartOperationNode (CodeHandler< Base > *handler, OperationNode< Base > &indexDcl, size_t iterationCount) | |
LoopStartOperationNode (CodeHandler< Base > *handler, OperationNode< Base > &indexDcl, IndexOperationNode< Base > &iterCount) | |
Friends | |
class | CodeHandler< Base > |
An operation node that marks the beginning 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 87 of file declare_cg.hpp.