CppAD: A C++ Algorithmic Differentiation Package
20130918
|
Compute zero order forward mode Taylor coefficients. 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_FORWARD0SWEEP_TRACE 0 |
This value is either zero or one. | |
Functions | |
template<class Base > | |
size_t | CppAD::forward0sweep (std::ostream &s_out, bool print, size_t n, size_t numvar, player< Base > *play, size_t J, Base *taylor, bool *cskip_op, pod_vector< addr_t > &var_by_load_op) |
Compute zero order forward mode Taylor coefficients. |
Compute zero order forward mode Taylor coefficients.
Definition in file forward0sweep.hpp.