CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
template<class ADVector >
void CppAD::checkpoint< Base >::operator() ( const ADVector &  ax,
ADVector &  ay,
size_t  id = 0 
)
inline

Implement the user call to atom_fun(ax, ay).

Template Parameters
ADVectorA simple vector class with elements of type AD<Base>.
Parameters
idoptional parameter which must be zero if present.
axis the argument vector for this call, ax.size() determines the number of arguments.
ayis the result vector for this call, ay.size() determines the number of results.

Definition at line 664 of file checkpoint.hpp.