CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
convert.hpp
Go to the documentation of this file.
1 // $Id$
2 # ifndef CPPAD_CORE_CONVERT_HPP
3 # define CPPAD_CORE_CONVERT_HPP
4 
5 /* --------------------------------------------------------------------------
6 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-16 Bradley M. Bell
7 
8 CppAD is distributed under multiple licenses. This distribution is under
9 the terms of the
10  Eclipse Public License Version 1.0.
11 
12 A copy of this license is included in the COPYING file of this distribution.
13 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
14 -------------------------------------------------------------------------- */
15 
16 /*
17 $begin Convert$$
18 $spell
19 $$
20 
21 
22 $section Conversion and I/O of AD Objects$$
23 $mindex convert from$$
24 
25 $children%
26  cppad/core/value.hpp%
27  cppad/core/integer.hpp%
28  cppad/core/ad_to_string.hpp%
29  cppad/core/ad_io.hpp%
30  cppad/core/print_for.hpp%
31  cppad/core/var2par.hpp
32 %$$
33 $table
34 $rref Value$$
35 $rref Integer$$
36 $rref ad_output$$
37 $rref PrintFor$$
38 $rref Var2Par$$
39 $tend
40 
41 
42 $end
43 */
44 
45 # include <cppad/core/value.hpp>
46 # include <cppad/core/integer.hpp>
48 # include <cppad/core/ad_io.hpp>
49 # include <cppad/core/print_for.hpp>
50 # include <cppad/core/var2par.hpp>
51 
52 # endif
AD&lt;Base&gt; input and ouput stream operators.