CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::old_atomic< Base >::operator() | ( | size_t | id, |
const ADVector & | ax, | ||
ADVector & | ay | ||
) | [inline] |
Implement the user call to afun(id, ax, ay)
.
ADVector | A simple vector class with elements of type AD<Base> . |
id | extra information vector that is just passed through by CppAD, and possibly used by user's routines. |
ax | is the argument vector for this call, ax.size() determines the number of arguments. |
ay | is the result vector for this call, ay.size() determines the number of results. |
Definition at line 966 of file old_atomic.hpp.