CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<typename Base >
CppAD::ADFun< Base >::ADFun ( void  )

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.

Template Parameters
Baseis 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 245 of file fun_construct.hpp.