|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| static void user_atomic< Base >::forward | ( | size_t | index, |
| size_t | id, | ||
| size_t | k, | ||
| size_t | n, | ||
| size_t | m, | ||
| const vector< Base > & | tx, | ||
| vector< Base > & | ty | ||
| ) | [inline, static] |
Link from forward mode sweep to users routine.
| index | index for this function in the list of all user_atomic objects |
| 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 |
See the forward mode in user's documentation for user_atomic
Definition at line 1100 of file user_atomic.hpp.
Referenced by forward0sweep(), and forward_sweep().