CppAD: A C++ Algorithmic Differentiation Package
20130918
|
00001 /* $Id$ */ 00002 # ifndef CPPAD_BOOL_VALUED_INCLUDED 00003 # define CPPAD_BOOL_VALUED_INCLUDED 00004 00005 /* -------------------------------------------------------------------------- 00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-06 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 BoolValued$$ 00018 $spell 00019 Bool 00020 $$ 00021 00022 $index operation, AD Bool valued$$ 00023 $index function, AD Bool valued$$ 00024 00025 $section Bool Valued Operations and Functions with AD Arguments$$ 00026 00027 $children% 00028 cppad/local/compare.hpp% 00029 cppad/local/near_equal_ext.hpp% 00030 cppad/local/bool_fun.hpp% 00031 cppad/local/par_var.hpp% 00032 cppad/local/equal_op_seq.hpp 00033 %$$ 00034 $table 00035 $rref Compare$$ 00036 $rref NearEqualExt$$ 00037 $rref BoolFun$$ 00038 $rref ParVar$$ 00039 $rref EqualOpSeq$$ 00040 $tend 00041 00042 00043 $end 00044 */ 00045 00046 # include <cppad/local/compare.hpp> 00047 # include <cppad/local/near_equal_ext.hpp> 00048 # include <cppad/local/bool_fun.hpp> 00049 # include <cppad/local/par_var.hpp> 00050 # include <cppad/local/equal_op_seq.hpp> 00051 00052 # endif