/* $Id$ */
# ifndef CPPAD_FUN_EVAL_INCLUDED
# define CPPAD_FUN_EVAL_INCLUDED

/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-14 Bradley M. Bell

CppAD is distributed under multiple licenses. This distribution is under
the terms of the 
                    GNU General Public License Version 3.

A copy of this license is included in the COPYING file of this distribution.
Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
-------------------------------------------------------------------------- */

/*
$begin FunEval$$
$spell
$$

$index evaluate, ADFun$$
$index ADFun, evaluate$$

$section Evaluate ADFun Functions, Derivatives, and Sparsity Patterns$$

$childtable%
	omh/forward/forward.omh%
	omh/reverse/reverse.omh%
	cppad/local/sparse.hpp
%$$

$end
*/

# include <cppad/local/forward.hpp>
# include <cppad/local/reverse.hpp>
# include <cppad/local/sparse.hpp>

# endif
