CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
template<class VectorSet >
void ADFun< Base >::ForSparseJacCase ( const std::set< size_t > &  set_type,
size_t  q,
const VectorSet &  r,
VectorSet &  s 
) [private]

Private helper function for ForSparseJac(q, r).

All of the description in the public member function ForSparseJac(q, r) applies.

Parameters:
set_typeis a std::set<size_t> object. This argument is used to dispatch to the proper source code depending on the value of VectorSet::value_type.
qSee ForSparseJac(q, r).
rSee ForSparseJac(q, r).
sis the return value for the corresponding call to ForSparseJac(q, r).

Definition at line 607 of file for_sparse_jac.hpp.