CppAD: A C++ Algorithmic Differentiation Package
20130102
|
00001 /* $Id$ */ 00002 # ifndef CPPAD_CONVERT_INCLUDED 00003 # define CPPAD_CONVERT_INCLUDED 00004 00005 /* -------------------------------------------------------------------------- 00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-12 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 Convert$$ 00018 $spell 00019 $$ 00020 00021 $index convert, from AD$$ 00022 $index AD, convert from$$ 00023 00024 $section Conversion and I/O of AD Objects$$ 00025 00026 $children% 00027 cppad/local/value.hpp% 00028 cppad/local/integer.hpp% 00029 cppad/local/ad_io.hpp% 00030 cppad/local/print_for.hpp% 00031 cppad/local/var2par.hpp 00032 %$$ 00033 $table 00034 $rref Value$$ 00035 $rref Integer$$ 00036 $rref ad_output$$ 00037 $rref PrintFor$$ 00038 $rref Var2Par$$ 00039 $tend 00040 00041 00042 $end 00043 */ 00044 00045 # include <cppad/local/value.hpp> 00046 # include <cppad/local/integer.hpp> 00047 # include <cppad/local/ad_io.hpp> 00048 # include <cppad/local/print_for.hpp> 00049 # include <cppad/local/var2par.hpp> 00050 00051 # endif