CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
template<class Algo , class ADVector >
CppAD::checkpoint< Base >::checkpoint ( const char *  name,
Algo &  algo,
const ADVector &  ax,
ADVector &  ay 
) [inline]

Constructor of a checkpoint object.

Parameters:
name[in] is the user's name for the AD version of this atomic operation.
algo[in/out] user routine that compute AD function values (not const because state may change during evaluation).
ax[in] argument value where algo operation sequence is taped.
ay[out] function value at specified argument value.

Definition at line 181 of file checkpoint.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines