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

Compute zero order forward mode Taylor coefficients. 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_FORWARD0SWEEP_TRACE   0
 This value is either zero or one. More...
 

Functions

template<class Base >
void CppAD::local::forward0sweep (const local::player< Base > *play, std::ostream &s_out, bool print, size_t n, size_t numvar, 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 zero order forward mode Taylor coefficients. More...
 

Detailed Description

Compute zero order forward mode Taylor coefficients.

Definition in file forward0sweep.hpp.