CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<typename Base >
template<typename VectorBool >
void CppAD::ADFun< Base >::subgraph_reverse ( const VectorBool &  select_domain)

Initialize reverse mode derivative computation on subgraphs.

Parameters
select_domainis a vector with size equal to the dimension of the domain for this function. Only derivatives w.r.t. the components that are true will be computed.
subgraph_info_.map_user_op()
If the input size of this vector is zero, its value for this player (play_) is computed.
subgraph_info.in_subgraph_
This vector is initialized for a reverse mode computation on subgraphs.
subgraph_info.select_domain()
This vector is set equal to the select_domain argument.
subgraph_info.process_range()
This vector is initialized to have size Range() and its elements are false.

Definition at line 175 of file subgraph_reverse.hpp.