CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
reverse_sweep.hpp File Reference

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

Go to the source code of this file.

Namespaces

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

Macros

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

Functions

template<class Base >
void CppAD::local::reverse_sweep (size_t d, size_t n, size_t numvar, const local::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, const pod_vector< addr_t > &subgraph)
 Compute derivative of arbitrary order forward mode Taylor coefficients. More...
 

Detailed Description

Compute derivatives of arbitrary order Taylor coefficients.

Definition in file reverse_sweep.hpp.