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

Defines the VecAD<Base> class. More...

Go to the source code of this file.

Classes

class  CppAD::VecAD< Base >
 Vector of AD objects that tracks indexing operations on the tape. More...
 
class  CppAD::VecAD_reference< Base >
 Class used to hold a reference to an element of a VecAD object. More...
 

Namespaces

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

Macros

#define CPPAD_VEC_AD_COMPUTED_ASSIGNMENT(op, name)
 Prints an error message if the correspinding compound assignment is used. More...
 

Detailed Description

Defines the VecAD<Base> class.

Definition in file vec_ad.hpp.