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_jac ( size_t  q,
const sparsity_type &  rt,
sparsity_type &  st,
const vector< Base > &  x 
)
inlineprivate

Link from user_atomic to reverse sparse Jacobian pack and bool.

Parameters
q[in] is the row dimension for the Jacobian sparsity partterns
rt[out] is the tansposed Jacobian sparsity pattern w.r.t to range variables y
st[in] is the tansposed Jacobian sparsity pattern for the argument variables x
xis the integer value for x arguments that are parameters.

Definition at line 464 of file checkpoint.hpp.