|
CppAD: A C++ Algorithmic Differentiation Package
20130918
|
| void CppAD::ADFun< Base >::RevSparseJacCase | ( | bool | set_type, |
| bool | transpose, | ||
| bool | nz_compare, | ||
| size_t | q, | ||
| const VectorSet & | r, | ||
| VectorSet & | s | ||
| ) | [private] |
Private helper function for RevSparseJac(q, r, transpose).
All of the description in the public member function RevSparseJac(q, r, transpose) apply.
| set_type | is a bool value. This argument is used to dispatch to the proper source code depending on the value of VectorSet::value_type. |
| transpose | See RevSparseJac(q, r, transpose, nz_compare) |
| nz_compare | See RevSparseJac(q, r, transpose, nz_compare) |
| q | See RevSparseJac(q, r, transpose, nz_compare) |
| r | See RevSparseJac(q, r, transpose, nz_compare) |
| s | is the return value for the corresponding call to RevSparseJac(q, r, transpose). |
Definition at line 513 of file rev_sparse_jac.hpp.