/* $Id$ */
# ifndef CPPAD_DRIVERS_INCLUDED
# define CPPAD_DRIVERS_INCLUDED

/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-08 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 Drivers$$
$spell
$$

$index forward, easy driver$$
$index reverse, easy driver$$
$index easy, driver$$
$index driver, easy$$

$section First and Second Derivatives: Easy Drivers$$


$childtable%
	cppad/local/jacobian.hpp%
	cppad/local/for_one.hpp%
	cppad/local/rev_one.hpp%
	cppad/local/hessian.hpp%
	cppad/local/for_two.hpp%
	cppad/local/rev_two.hpp%
	cppad/local/sparse_jacobian.hpp%
	cppad/local/sparse_hessian.hpp
%$$

$end
*/
# include <cppad/local/jacobian.hpp>
# include <cppad/local/for_one.hpp>
# include <cppad/local/rev_one.hpp>
# include <cppad/local/hessian.hpp>
# include <cppad/local/for_two.hpp>
# include <cppad/local/rev_two.hpp>
# include <cppad/local/sparse_jacobian.hpp>
# include <cppad/local/sparse_hessian.hpp>
 
# endif
