CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<typename Base >
template<typename SizeVector , typename BaseVector >
void CppAD::ADFun< Base >::subgraph_jac_rev ( const BaseVector &  x,
sparse_rcv< SizeVector, BaseVector > &  subset 
)

Subgraph sparsity patterns.

Template Parameters
Baseis the base type for this recording.
SizeVectoris the simple vector with elements of type size_t that is used for row, column index sparsity patterns.
BaseVectora simple vector class with elements of type Base.
Parameters
xa vector of length n, the number of independent variables in f (this ADFun object).
subsetspecifices the subset of the sparsity pattern where the Jacobian is evaluated. subset.nr() == m, subset.nc() == n.

Definition at line 200 of file subgraph_jac_rev.hpp.