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