CppAD: A C++ Algorithmic Differentiation Package
20130918
|
void CppAD::checkpoint< Base >::operator() | ( | const ADVector & | ax, |
ADVector & | ay, | ||
size_t | id = 0 |
||
) | [inline] |
Implement the user call to afun(ax, ay)
.
ADVector | A simple vector class with elements of type AD<Base> . |
id | optional parameter which must be zero if present. |
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. |
Reimplemented from CppAD::atomic_base< Base >.
Definition at line 218 of file checkpoint.hpp.