CppADCodeGen
HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
|
Public Member Functions | |
OperationPathNode (OperationNode< Base > *node, size_t argIndex) | |
bool | operator< (const OperationPathNode< Base > &right) const |
Public Attributes | |
OperationNode< Base > * | node |
size_t | argIndex |
Definition at line 63 of file declare_cg.hpp.
size_t CppAD::cg::OperationPathNode< Base >::argIndex |
argument index for the next node in the path
Definition at line 30 of file operation_path_node.hpp.
Referenced by CppAD::cg::CodeHandler< ScalarOut >::solveFor().
OperationNode<Base>* CppAD::cg::OperationPathNode< Base >::node |
an operation
Definition at line 26 of file operation_path_node.hpp.
Referenced by CppAD::cg::CodeHandler< ScalarOut >::findPaths(), and CppAD::cg::CodeHandler< ScalarOut >::solveFor().