CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base >
template<class VectorSet >
void ADFun< Base >::ForSparseJacCase ( bool  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 bool value. 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 433 of file for_sparse_jac.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines