CppAD: A C++ Algorithmic Differentiation Package
20130102
|
void ADFun< Base >::RevSparseHesCase | ( | const std::set< size_t > & | set_type, |
size_t | q, | ||
const VectorSet & | s, | ||
VectorSet & | h | ||
) | [private] |
Private helper function for RevSparseHes(q, s).
All of the description in the public member function RevSparseHes(q, s) applies.
set_type | is a std::set<size_t> value. This argument is used to dispatch to the proper source code depending on the vlaue of VectorSet::value_type . |
q | See RevSparseHes(q, s) . |
s | See RevSparseHes(q, s) . |
h | is the return value for the corresponging call to RevSparseJac(q, s) . |
Definition at line 607 of file rev_sparse_hes.hpp.