CppAD: A C++ Algorithmic Differentiation Package  20130918
fun_eval.hpp
Go to the documentation of this file.
00001 /* $Id$ */
00002 # ifndef CPPAD_FUN_EVAL_INCLUDED
00003 # define CPPAD_FUN_EVAL_INCLUDED
00004 
00005 /* --------------------------------------------------------------------------
00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-14 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 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      omh/forward/forward.omh%
00028      omh/reverse/reverse.omh%
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines