CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
virtual bool CppAD::checkpoint< Base >::forward ( size_t  p,
size_t  q,
const vector< bool > &  vx,
vector< bool > &  vy,
const vector< Base > &  tx,
vector< Base > &  ty 
) [inline, virtual]

Link from user_atomic to forward mode.

Parameters:
p[in] lowerest order for this forward mode calculation.
q[in] highest order for this forward mode calculation.
vx[in] if size not zero, which components of x are variables
vy[out] if size not zero, which components of y are variables
tx[in] Taylor coefficients corresponding to x for this calculation.
ty[out] Taylor coefficient corresponding to y for this calculation

See the forward mode in user's documentation for base_atomic

Reimplemented from CppAD::atomic_base< Base >.

Definition at line 230 of file checkpoint.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines