CppAD: A C++ Algorithmic Differentiation Package 20110419
|
00001 /* $Id$ */ 00002 # ifndef CPPAD_AD_VALUED_INCLUDED 00003 # define CPPAD_AD_VALUED_INCLUDED 00004 00005 /* -------------------------------------------------------------------------- 00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-11 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 ADValued$$ 00018 $spell 00019 $$ 00020 00021 $index operation, AD valued$$ 00022 $index function, AD valued$$ 00023 00024 $section AD Valued Operations and Functions$$ 00025 00026 $childtable% 00027 cppad/local/arithmetic.hpp% 00028 cppad/local/std_math_ad.hpp% 00029 cppad/local/math_other.hpp% 00030 cppad/local/cond_exp.hpp% 00031 cppad/local/discrete.hpp% 00032 cppad/local/user_atomic.hpp 00033 %$$ 00034 00035 $end 00036 */ 00037 00038 // include MathOther.h after CondExp.h because some MathOther.h routines use 00039 // CondExp.h and CondExp.h is not sufficently declared in Declare.h 00040 00041 # include <cppad/local/arithmetic.hpp> 00042 # include <cppad/local/std_math_ad.hpp> 00043 # include <cppad/local/cond_exp.hpp> 00044 # include <cppad/local/math_other.hpp> 00045 # include <cppad/local/discrete.hpp> 00046 # include <cppad/local/user_atomic.hpp> 00047 00048 # endif