CppAD: A C++ Algorithmic Differentiation Package
20130102
|
default constructor
ADFun default constructor.
The C++ syntax for this operation is
ADFun<Base> f
An empty ADFun object is created. The Dependent member function, or the ADFun<Base> assingment operator, can then be used to put an operation sequence in this ADFun object.
Base | is the base for the recording that can be stored in this ADFun object; i.e., operation sequences that were recorded using the type AD<Base> . |
Definition at line 265 of file fun_construct.hpp.