CppADCodeGen  HEAD
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::OperationPathNode< Base > Struct Template Reference
Inheritance diagram for CppAD::cg::OperationPathNode< Base >:
Inheritance graph
Collaboration diagram for CppAD::cg::OperationPathNode< Base >:
Collaboration graph

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
 

Detailed Description

template<class Base>
struct CppAD::cg::OperationPathNode< Base >

Definition at line 63 of file declare_cg.hpp.

Member Data Documentation

◆ argIndex

template<class Base>
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().

◆ node

template<class Base>
OperationNode<Base>* CppAD::cg::OperationPathNode< Base >::node

The documentation for this struct was generated from the following files: