CppAD: A C++ Algorithmic Differentiation Package
20130102
|
void ADFun< Base >::RevSparseJacCase | ( | bool | 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 bool value. 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 399 of file rev_sparse_jac.hpp.