CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
forward1sweep.hpp File Reference

Compute one Taylor coefficient for each order requested. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 
 CppAD::local
 

Macros

#define CPPAD_ATOMIC_CALL   user_ok = user_atom->forward
 
#define CPPAD_FORWARD1SWEEP_TRACE   0
 This value is either zero or one. More...
 

Functions

template<class Base >
void CppAD::local::forward1sweep (const local::player< Base > *play, std::ostream &s_out, const bool print, const size_t p, const size_t q, const size_t n, const size_t numvar, const size_t J, Base *taylor, bool *cskip_op, pod_vector< addr_t > &var_by_load_op, size_t compare_change_count, size_t &compare_change_number, size_t &compare_change_op_index)
 Compute arbitrary order forward mode Taylor coefficients. More...
 

Detailed Description

Compute one Taylor coefficient for each order requested.

Definition in file forward1sweep.hpp.