CppAD: A C++ Algorithmic Differentiation Package
20130918
|
CppAD::checkpoint< Base >::checkpoint | ( | const char * | name, |
Algo & | algo, | ||
const ADVector & | ax, | ||
ADVector & | ay | ||
) | [inline] |
Constructor of a checkpoint object.
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.