CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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 | ||
) | [inline, virtual] |
Link from old_atomic to reverse mode.
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 1025 of file old_atomic.hpp.