CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
virtual bool CppAD::checkpoint< Base >::for_sparse_jac ( size_t  q,
const vector< std::set< size_t > > &  r,
vector< std::set< size_t > > &  s 
) [inline, virtual]

Link from user_atomic to forward sparse Jacobian.

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

Reimplemented from CppAD::atomic_base< Base >.

Definition at line 328 of file checkpoint.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines