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

Link from forward Jacobian sparsity sweep to atomic_base.

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 in CppAD::old_atomic< Base >, and CppAD::checkpoint< Base >.

Definition at line 1086 of file atomic_base.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines