CppAD: A C++ Algorithmic Differentiation Package
20130918
|
00001 /* $Id$ */ 00002 # ifndef CPPAD_AD_VALUED_INCLUDED 00003 # define CPPAD_AD_VALUED_INCLUDED 00004 00005 /* -------------------------------------------------------------------------- 00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-13 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 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 $comment atomic.omh includes atomic_base.omh which atomic_base.hpp$$ 00027 $childtable% 00028 cppad/local/arithmetic.hpp% 00029 cppad/local/std_math_ad.hpp% 00030 cppad/local/math_other.hpp% 00031 cppad/local/cond_exp.hpp% 00032 cppad/local/discrete.hpp% 00033 omh/atomic.omh 00034 %$$ 00035 00036 $end 00037 */ 00038 00039 // include MathOther.h after CondExp.h because some MathOther.h routines use 00040 // CondExp.h and CondExp.h is not sufficently declared in Declare.h 00041 00042 # include <cppad/local/arithmetic.hpp> 00043 # include <cppad/local/std_math_ad.hpp> 00044 # include <cppad/local/cond_exp.hpp> 00045 # include <cppad/local/math_other.hpp> 00046 # include <cppad/local/discrete.hpp> 00047 # include <cppad/local/atomic_base.hpp> 00048 # include <cppad/local/checkpoint.hpp> 00049 # include <cppad/local/old_atomic.hpp> 00050 00051 # endif