ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Modules
Classes for Automatic Differentiation.

Modules

 Reverse mode Automatic Differentiation.
 Forward mode Automatic Differentiation.

Detailed Description

The algorithms for AD in ADMB are invoked by declaring variables to be instances of specific classes, usually of type dvariable. Operations on instances of these classes invoke specialized overloaded operators and functions to the required computations and to automatically compute the required deravitives.