/home/coin/SVN-release/CoinAll-1.1.0/cppad/cppad/local/ad_valued.hpp

Go to the documentation of this file.
00001 # ifndef CPPAD_AD_VALUED_INCLUDED
00002 # define CPPAD_AD_VALUED_INCLUDED
00003 
00004 /* --------------------------------------------------------------------------
00005 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-06 Bradley M. Bell
00006 
00007 CppAD is distributed under multiple licenses. This distribution is under
00008 the terms of the 
00009                     Common Public License Version 1.0.
00010 
00011 A copy of this license is included in the COPYING file of this distribution.
00012 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
00013 -------------------------------------------------------------------------- */
00014 
00015 /*
00016 $begin ADValued$$
00017 $spell
00018 $$
00019 
00020 $index operation, AD valued$$
00021 $index function, AD valued$$
00022 
00023 $section AD Valued Operations and Functions$$
00024 
00025 $childtable%
00026         cppad/local/arithmetic.hpp%
00027         cppad/local/std_math_unary.hpp%
00028         cppad/local/math_other.hpp%
00029         cppad/local/cond_exp.hpp%
00030         cppad/local/discrete.hpp
00031 %$$
00032 
00033 $end
00034 */
00035 
00036 // include MathOther.h after CondExp.h because some MathOther.h routines use 
00037 // CondExp.h and CondExp.h is not sufficently declared in Declare.h
00038 
00039 # include <cppad/local/arithmetic.hpp>
00040 # include <cppad/local/std_math_unary.hpp>
00041 # include <cppad/local/cond_exp.hpp>
00042 # include <cppad/local/math_other.hpp>
00043 # include <cppad/local/discrete.hpp>
00044 
00045 # endif

Generated on Sun Nov 14 14:06:33 2010 for Coin-All by  doxygen 1.4.7