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