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

user defined atomic operations. More...

Go to the source code of this file.

Classes

class  CppAD::old_atomic< Base >
 Class that actually implements the afun(id, ax, ay) calls. More...
 
class  CppAD::user_atomic< Base >
 link so that user_atomic<Base>::clear() still works More...
 

Namespaces

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

Macros

#define CPPAD_USER_ATOMIC(afun,Tvector,Base,forward,reverse,for_jac_sparse,rev_jac_sparse,rev_hes_sparse)
 Defines the function afun(id, ax, ay) where id is ax and ay are vectors with AD<Base> elements. More...
 

Detailed Description

user defined atomic operations.

Definition in file old_atomic.hpp.