CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base>
virtual bool CppAD::atomic_base< Base >::reverse ( size_t  q,
const vector< Base > &  tx,
const vector< Base > &  ty,
vector< Base > &  px,
const vector< Base > &  py 
) [inline, virtual, inherited]

Link from reverse mode sweep to users routine.

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

Definition at line 970 of file atomic_base.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines