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

Private helper function for RevSparseJac(p, s).

All of the description in the public member function RevSparseJac(p, s) applies.

Parameters:
set_typeis a std::set<size_t> object. This arugment is used to dispatch to the proper source code depending on the value of VectorSet::value_type.
pSee RevSparseJac(p, s).
sSee RevSparseJac(p, s).
ris the return value for the corresponding call to RevSparseJac(p, s);

Definition at line 515 of file rev_sparse_jac.hpp.