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 >::ForSparseHesCase ( bool  set_type,
const VectorSet &  r,
const VectorSet &  s,
VectorSet &  h 
)
private

Private helper function for ForSparseHes(q, s) bool sparsity.

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

Parameters
set_typeis a bool value. This argument is used to dispatch to the proper source code depending on the vlaue of VectorSet::value_type.
rSee ForSparseHes(r, s).
sSee ForSparseHes(r, s).
his the return value for the corresponging call to ForSparseJac(q, s).

Definition at line 183 of file for_sparse_hes.hpp.