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 >::reverse ( size_t  q,
const vector< Base > &  tx,
const vector< Base > &  ty,
vector< Base > &  px,
const vector< Base > &  py 
)
inlinevirtual

Link from old_atomic to reverse mode.

Parameters
q[in] highest order for this reverse mode calculation.
tx[in] Taylor coefficients corresponding to x for this calculation.
ty[in] Taylor coefficient corresponding to y for this calculation
px[out] Partials w.r.t. the x Taylor coefficients.
py[in] Partials w.r.t. the y Taylor coefficients.

See atomic_reverse mode use documentation

Reimplemented from CppAD::atomic_base< Base >.

Definition at line 1017 of file old_atomic.hpp.