CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
arithmetic.hpp
Go to the documentation of this file.
1 # ifndef CPPAD_CORE_ARITHMETIC_HPP
2 # define CPPAD_CORE_ARITHMETIC_HPP
3 
4 /* --------------------------------------------------------------------------
5 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell
6 
7 CppAD is distributed under multiple licenses. This distribution is under
8 the terms of the
9  Eclipse Public License Version 1.0.
10 
11 A copy of this license is included in the COPYING file of this distribution.
12 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
13 -------------------------------------------------------------------------- */
14 
15 /*
16 -------------------------------------------------------------------------------
17 $begin Arithmetic$$
18 $spell
19  Op
20  const
21 $$
22 
23 
24 
25 $section AD Arithmetic Operators and Compound Assignments$$
26 
27 $childtable%
28  cppad/core/unary_plus.hpp%
29  cppad/core/unary_minus.hpp%
30  cppad/core/ad_binary.hpp%
31  cppad/core/compound_assign.hpp
32 %$$
33 
34 $end
35 -------------------------------------------------------------------------------
36 */
37 # include <cppad/core/unary_plus.hpp>
39 # include <cppad/core/ad_binary.hpp>
41 
42 # endif