CppAD: A C++ Algorithmic Differentiation Package
20130102
|
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.
set_type | is 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 . |
q | See ForSparseJac(q, r) . |
r | See ForSparseJac(q, r) . |
s | is the return value for the corresponding call to ForSparseJac(q, r) . |
Definition at line 488 of file for_sparse_jac.hpp.