CppAD: A C++ Algorithmic Differentiation Package
20130102
|
static void user_atomic< Base >::reverse | ( | size_t | index, |
size_t | id, | ||
size_t | k, | ||
size_t | n, | ||
size_t | m, | ||
const vector< Base > & | tx, | ||
const vector< Base > & | ty, | ||
vector< Base > & | px, | ||
const vector< Base > & | py | ||
) | [inline, static] |
Link from reverse mode sweep to users routine.
index | index in the list of all user_atomic objects corresponding to this function. |
id | extra information vector that is just passed through by CppAD, and possibly used by user's routines. |
k | order for this forward mode calculation. |
n | domain space size for this calcualtion. |
m | range space size for this calculation. |
tx | Taylor coefficients corresponding to x for this calculation. |
ty | Taylor coefficient corresponding to y for this calculation |
px | Partials w.r.t. the x Taylor coefficients. |
py | Partials w.r.t. the y Taylor coefficients. |
See reverse mode documentation for user_atomic
Definition at line 1168 of file user_atomic.hpp.
Referenced by ReverseSweep().