CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 
)
inlinevirtual

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 677 of file checkpoint.hpp.