CppAD: A C++ Algorithmic Differentiation Package  20130918
reverse_sweep.hpp File Reference

Compute derivatives of arbitrary order Taylor coefficients. More...

Go to the source code of this file.

Namespaces

namespace  CppAD
 

contains all the variables and functions defined by the CppAD package.


Defines

#define CPPAD_ATOMIC_CALL   user_ok = user_atom->reverse
#define CPPAD_REVERSE_SWEEP_TRACE   0
 This value is either zero or one.

Functions

template<class Base >
void CppAD::ReverseSweep (size_t d, size_t n, size_t numvar, player< Base > *play, size_t J, const Base *Taylor, size_t K, Base *Partial, bool *cskip_op, const pod_vector< addr_t > &var_by_load_op)
 Compute derivative of arbitrary order forward mode Taylor coefficients.

Detailed Description

Compute derivatives of arbitrary order Taylor coefficients.

Definition in file reverse_sweep.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines