CppAD: A C++ Algorithmic Differentiation Package 20110419
for_jac_sweep.hpp File Reference

Compute Forward mode Jacobian sparsity patterns. More...

Go to the source code of this file.

Defines

#define CPPAD_FOR_JAC_SWEEP_TRACE   0
 This value is either zero or one.

Functions

template<class Base , class Vector_set >
void ForJacSweep (size_t n, size_t numvar, player< Base > *play, Vector_set &var_sparsity)
 Given the sparsity pattern for the independent variables, ForJacSweep computes the sparsity pattern for all the other variables.

Detailed Description

Compute Forward mode Jacobian sparsity patterns.

Definition in file for_jac_sweep.hpp.