lines 8-31 of file: include/cppad/core/ad_fun.hpp

{xrst_begin ADFun}

ADFun Objects
#############

Purpose
*******
An AD of *Base*
:ref:`operation sequence<glossary@Operation@Sequence>`
is stored in an ``ADFun`` object by its :ref:`fun_construct-name` .
The ``ADFun`` object can then be used to calculate function values,
derivative values, and other values related to the corresponding function.

Contents
********
{xrst_toc_table
   include/cppad/core/ad_fun.xrst
   include/cppad/core/optimize.hpp
   include/cppad/core/fun_check.hpp
   include/cppad/core/check_for_nan.hpp
   include/cppad/core/to_csrc.hpp
}

{xrst_end ADFun}
