CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Compute derivatives of arbitrary order Taylor coefficients. More...
Go to the source code of this file.
Defines | |
#define | CPPAD_REVERSE_SWEEP_TRACE 0 |
This value is either zero or one. | |
Functions | |
template<class Base > | |
void | ReverseSweep (size_t d, size_t n, size_t numvar, player< Base > *Rec, size_t J, const Base *Taylor, size_t K, Base *Partial) |
Compute derivative of arbitrary order forward mode Taylor coefficients. |
Compute derivatives of arbitrary order Taylor coefficients.
Definition in file reverse_sweep.hpp.