CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
bool_valued.hpp
Go to the documentation of this file.
1 // $Id$
2 # ifndef CPPAD_CORE_BOOL_VALUED_HPP
3 # define CPPAD_CORE_BOOL_VALUED_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 BoolValued$$
18 $spell
19  Bool
20 $$
21 
22 
23 $section Bool Valued Operations and Functions with AD Arguments$$
24 
25 $children%
26  cppad/core/compare.hpp%
27  cppad/core/near_equal_ext.hpp%
28  cppad/core/bool_fun.hpp%
29  cppad/core/par_var.hpp%
30  cppad/core/equal_op_seq.hpp
31 %$$
32 $table
33 $rref Compare$$
34 $rref NearEqualExt$$
35 $rref BoolFun$$
36 $rref ParVar$$
37 $rref EqualOpSeq$$
38 $tend
39 
40 
41 $end
42 */
43 
44 # include <cppad/core/compare.hpp>
46 # include <cppad/core/bool_fun.hpp>
47 # include <cppad/core/par_var.hpp>
49 
50 # endif
Routines and macros that implement functions from AD&lt;Base&gt; to bool.