CppAD: A C++ Algorithmic Differentiation Package 20110419
|
00001 /* $Id$ */ 00002 # ifndef CPPAD_FUN_EVAL_INCLUDED 00003 # define CPPAD_FUN_EVAL_INCLUDED 00004 00005 /* -------------------------------------------------------------------------- 00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-06 Bradley M. Bell 00007 00008 CppAD is distributed under multiple licenses. This distribution is under 00009 the terms of the 00010 Common 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 FunEval$$ 00018 $spell 00019 $$ 00020 00021 $index evaluate, ADFun$$ 00022 $index ADFun, evaluate$$ 00023 00024 $section Evaluate ADFun Functions, Derivatives, and Sparsity Patterns$$ 00025 00026 $childtable% 00027 cppad/local/forward.hpp% 00028 cppad/local/reverse.hpp% 00029 cppad/local/sparse.hpp 00030 %$$ 00031 00032 $end 00033 */ 00034 00035 # include <cppad/local/forward.hpp> 00036 # include <cppad/local/reverse.hpp> 00037 # include <cppad/local/sparse.hpp> 00038 00039 # endif