CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
template<class sparsity_type >
bool CppAD::checkpoint< Base >::rev_sparse_hes ( const vector< bool > &  vx,
const vector< bool > &  s,
vector< bool > &  t,
size_t  q,
const sparsity_type &  r,
const sparsity_type &  u,
sparsity_type &  v,
const vector< Base > &  x 
)
inlineprivate

Link from user_atomic to reverse sparse Hessian bools.

Parameters
vx[in] which componens of x are variables.
s[in] is the reverse Jacobian sparsity pattern w.r.t the result vector y.
t[out] is the reverse Jacobian sparsity pattern w.r.t the argument vector x.
q[in] is the column dimension for the sparsity partterns.
r[in] is the forward Jacobian sparsity pattern w.r.t the argument vector x
u[in] is the Hessian sparsity pattern w.r.t the result vector y.
v[out] is the Hessian sparsity pattern w.r.t the argument vector x.
x[in] is the integer value of the x arguments that are parameters.

Definition at line 506 of file checkpoint.hpp.