|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
| file | forward_sweep.hpp |
Compute zero order forward mode Taylor coefficients. | |
Defines | |
| #define | CPPAD_FORWARD_SWEEP_TRACE 0 |
| This value is either zero or one. | |
Functions | |
| template<class Base > | |
| size_t | forward_sweep (std::ostream &s_out, 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. | |