CppAD: A C++ Algorithmic Differentiation Package  20130918
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 263 of file fun_construct.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines