|
CppAD: A C++ Algorithmic Differentiation Package
20130918
|
| virtual bool CppAD::checkpoint< Base >::reverse | ( | size_t | q, |
| const vector< Base > & | tx, | ||
| const vector< Base > & | ty, | ||
| vector< Base > & | px, | ||
| const vector< Base > & | py | ||
| ) | [inline, virtual] |
Link from user_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 285 of file checkpoint.hpp.