CppAD: A C++ Algorithmic Differentiation Package 20110419
forward_sweep.hpp File Reference

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.

Detailed Description

Compute zero order forward mode Taylor coefficients.

Definition in file forward_sweep.hpp.