CppAD: A C++ Algorithmic Differentiation Package
20130918
|
virtual bool CppAD::atomic_base< Base >::forward | ( | size_t | p, |
size_t | q, | ||
const vector< bool > & | vx, | ||
vector< bool > & | vy, | ||
const vector< Base > & | tx, | ||
vector< Base > & | ty | ||
) | [inline, virtual, inherited] |
Link from atomic_base to forward mode.
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 in CppAD::old_atomic< Base >, and CppAD::checkpoint< Base >.
Definition at line 754 of file atomic_base.hpp.
Referenced by CppAD::atomic_base< Base >::operator()().