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 >::for_sparse_jac ( size_t  q,
const vectorBool r,
vectorBool s,
const vector< Base > &  x 
)
inlinevirtual

Link from user_atomic to forward sparse Jacobian pack.

Parameters
qis the column dimension for the Jacobian sparsity partterns.
ris the Jacobian sparsity pattern for the argument vector x
sis the Jacobian sparsity pattern for the result vector y
xis the integer value for x arguments that are parameters.

Reimplemented from CppAD::atomic_base< Base >.

Definition at line 818 of file checkpoint.hpp.