CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Types | |
using | ScopeIDType = typename CodeHandler< Base >::ScopeIDType |
Public Member Functions | |
ScopePathElement (ScopeIDType color=0, OperationNode< Base > *nEnd=nullptr, OperationNode< Base > *nBegin=nullptr) | |
Public Attributes | |
ScopeIDType | color |
OperationNode< Base > * | beginning |
OperationNode< Base > * | end |
Definition at line 72 of file declare_cg.hpp.