CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Compute one Taylor coefficient for each order requested. More...
Go to the source code of this file.
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Defines | |
#define | CPPAD_ATOMIC_CALL user_ok = user_atom->forward |
#define | CPPAD_FORWARD1SWEEP_TRACE 0 |
This value is either zero or one. | |
Functions | |
template<class Base > | |
size_t | CppAD::forward1sweep (std::ostream &s_out, const bool print, const size_t p, const size_t q, const size_t n, const size_t numvar, player< Base > *play, const size_t J, Base *taylor, bool *cskip_op, pod_vector< addr_t > &var_by_load_op) |
Compute arbitrary order forward mode Taylor coefficients. |
Compute one Taylor coefficient for each order requested.
Definition in file forward1sweep.hpp.