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

Link from reverse Jacobian sparsity sweep to atomic_base.

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

Reimplemented in CppAD::old_atomic< Base >, and CppAD::checkpoint< Base >.

Definition at line 1207 of file atomic_base.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines