CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
virtual bool CppAD::checkpoint< Base >::rev_sparse_jac ( size_t  q,
const vectorBool rt,
vectorBool st,
const vector< Base > &  x 
)
inlinevirtual

Link from user_atomic to reverse sparse Jacobian pack.

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.

Reimplemented from CppAD::atomic_base< Base >.

Definition at line 891 of file checkpoint.hpp.