CppAD: A C++ Algorithmic Differentiation Package
20171217
|
void CppAD::ADFun< Base >::subgraph_reverse | ( | size_t | q, |
size_t | ell, | ||
SizeVector & | col, | ||
VectorBase & | dw | ||
) |
Use reverse mode to compute derivative of Taylor coefficients on a subgraph.
The function is defined by
The function is defined by
The function is defined by
q | is the number of Taylor coefficient we are differentiating. |
ell | is the component of the range that is selected for differentiation. |
col | is the set of indices j = col[c] where the return value is defined. If an index j is not in col, then either its derivative is zero, or it is not in select_domain. |
dw | Is a vector ![]() ![]()
![]() ![]() |
Definition at line 259 of file subgraph_reverse.hpp.