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

Go to the documentation of this file.
00001 # ifndef CPPAD_OP_INCLUDED
00002 # define CPPAD_OP_INCLUDED
00003 
00004 /* --------------------------------------------------------------------------
00005 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-07 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 Op$$ $comment CppAD Developer Documentation$$
00017 
00018 $section Compute Values and Derivatives for Taped Operations$$
00019 
00020 $childtable%
00021         cppad/local/abs_op.hpp%
00022         cppad/local/add_op.hpp%
00023         cppad/local/acos_op.hpp%
00024         cppad/local/asin_op.hpp%
00025         cppad/local/atan_op.hpp%
00026         cppad/local/div_op.hpp%
00027         cppad/local/exp_op.hpp%
00028         cppad/local/log_op.hpp%
00029         cppad/local/mul_op.hpp%
00030         cppad/local/sin_cos.hpp%
00031         cppad/local/sqrt_op.hpp%
00032         cppad/local/sub_op.hpp
00033 %$$
00034 
00035 $end
00036 */
00037 
00038 
00039 # include <cppad/local/std_math_unary.hpp>
00040 # include <cppad/local/abs_op.hpp>
00041 # include <cppad/local/add_op.hpp>
00042 # include <cppad/local/asin_op.hpp>
00043 # include <cppad/local/acos_op.hpp>
00044 # include <cppad/local/atan_op.hpp>
00045 # include <cppad/local/div_op.hpp>
00046 # include <cppad/local/exp_op.hpp>
00047 # include <cppad/local/log_op.hpp>
00048 # include <cppad/local/mul_op.hpp>
00049 # include <cppad/local/sin_cos.hpp>
00050 # include <cppad/local/sqrt_op.hpp>
00051 # include <cppad/local/sub_op.hpp>
00052 
00053 
00054 # endif

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