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