Subgraph sparsity patterns.
- Template Parameters
-
| Base | is the base type for this recording. |
| SizeVector | is the simple vector with elements of type size_t that is used for row, column index sparsity patterns. |
| BaseVector | a simple vector class with elements of type Base. |
- Parameters
-
| x | a vector of length n, the number of independent variables in f (this ADFun object). |
| subset | specifices 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.