CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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 | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Defines | |
#define | CPPAD_VEC_AD_COMPUTED_ASSIGNMENT(op, name) |
Prints an error message if the correspinding computed assignment is used. |
Defines the VecAD<Base> class.
Definition in file vec_ad.hpp.