# 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 Common Public License Version 1.0. 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 # include # include # include # include # include # include # include # endif