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

Compute one Taylor coefficient for each direction 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_FORWARD2SWEEP_TRACE   0
 This value is either zero or one. More...
 

Functions

template<class Base >
void CppAD::local::forward2sweep (const local::player< Base > *play, const size_t q, const size_t r, const size_t n, const size_t numvar, const size_t J, Base *taylor, const bool *cskip_op, const pod_vector< addr_t > &var_by_load_op)
 Compute multiple directions forward mode Taylor coefficients. More...
 

Detailed Description

Compute one Taylor coefficient for each direction requested.

Definition in file forward2sweep.hpp.