CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<typename Base >
void CppAD::local::subgraph::entire_call ( const player< Base > *  play,
pod_vector< addr_t > &  subgraph 
)

Convert from just firt UserOp to entire atomic function call in a subgraph.

Template Parameters
Basethis operation sequence was recording using AD<Base>.
Parameters
playis the operation sequence corresponding to the ADFun<Base> function.
subgraphIt a set of operator indices in this recording. If the corresponding operator is a UserOp, it assumed to be the first one in the corresponding atomic function call. The other call operators are included in the subgraph.

Definition at line 39 of file entire_call.hpp.

Referenced by CppAD::ADFun< Base >::subgraph_reverse().