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