Implement the user call to afun(ax, ay) and old_atomic call to afun(ax, ay, id).
- Template Parameters
-
| ADVector | A simple vector class with elements of type AD<Base>. |
- Parameters
-
| id | optional extra information vector that is just passed through by CppAD, and used by old_atomic derived class (not other derived classes). This is an extra parameter to the virtual callbacks for old_atomic; see the set_old member function. |
| 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 472 of file atomic_base.hpp.
Referenced by CppAD::checkpoint< Base >::operator()(), and CppAD::old_atomic< Base >::operator()().