CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
template<class VectorSet >
void CppAD::ADFun< Base >::RevSparseHesCase ( const std::set< size_t > &  set_type,
bool  transpose,
size_t  q,
const VectorSet &  s,
VectorSet &  h 
)
private

Private helper function for RevSparseHes(q, s) set sparsity.

All of the description in the public member function RevSparseHes(q, s) applies.

Parameters
set_typeis 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.
transposeSee RevSparseHes(q, s).
qSee RevSparseHes(q, s).
sSee RevSparseHes(q, s).
his the return value for the corresponging call to RevSparseJac(q, s).

Definition at line 342 of file rev_sparse_hes.hpp.