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_FORWARD0SWEEP_TRACE 0 |
This value is either zero or one. | |
Functions | |
template<class Base > | |
size_t | forward0sweep (bool print, size_t n, size_t numvar, player< Base > *Rec, size_t J, Base *Taylor) |
Compute zero order forward mode Taylor coefficients. |
Compute zero order forward mode Taylor coefficients.
Definition in file forward0sweep.hpp.