CppAD: A C++ Algorithmic Differentiation Package  20130918
drivers.hpp
Go to the documentation of this file.
00001 /* $Id$ */
00002 # ifndef CPPAD_DRIVERS_INCLUDED
00003 # define CPPAD_DRIVERS_INCLUDED
00004 
00005 /* --------------------------------------------------------------------------
00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-08 Bradley M. Bell
00007 
00008 CppAD is distributed under multiple licenses. This distribution is under
00009 the terms of the 
00010                     Eclipse Public License Version 1.0.
00011 
00012 A copy of this license is included in the COPYING file of this distribution.
00013 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
00014 -------------------------------------------------------------------------- */
00015 
00016 /*
00017 $begin Drivers$$
00018 $spell
00019 $$
00020 
00021 $index forward, easy driver$$
00022 $index reverse, easy driver$$
00023 $index easy, driver$$
00024 $index driver, easy$$
00025 
00026 $section First and Second Derivatives: Easy Drivers$$
00027 
00028 
00029 $childtable%
00030      cppad/local/jacobian.hpp%
00031      cppad/local/for_one.hpp%
00032      cppad/local/rev_one.hpp%
00033      cppad/local/hessian.hpp%
00034      cppad/local/for_two.hpp%
00035      cppad/local/rev_two.hpp%
00036      cppad/local/sparse_jacobian.hpp%
00037      cppad/local/sparse_hessian.hpp
00038 %$$
00039 
00040 $end
00041 */
00042 # include <cppad/local/jacobian.hpp>
00043 # include <cppad/local/for_one.hpp>
00044 # include <cppad/local/rev_one.hpp>
00045 # include <cppad/local/hessian.hpp>
00046 # include <cppad/local/for_two.hpp>
00047 # include <cppad/local/rev_two.hpp>
00048 # include <cppad/local/sparse_jacobian.hpp>
00049 # include <cppad/local/sparse_hessian.hpp>
00050  
00051 # endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines