CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
virtual bool CppAD::old_atomic< Base >::for_sparse_jac ( size_t  q,
const vector< std::set< size_t > > &  r,
vector< std::set< size_t > > &  s,
const vector< Base > &  x 
)
inlinevirtual

Link from forward Jacobian sparsity sweep to old_atomic.

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 1035 of file old_atomic.hpp.