CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Routines and macros that implement functions from AD<Base> to bool bool_fun.hpp. More...
Go to the source code of this file.
Defines | |
#define | CPPAD_BOOL_UNARY(Base, unary_name) |
Macro that defines a unary function bool F(AD<Base> x) using bool F(Base x) . | |
#define | CppADCreateUnaryBool CPPAD_BOOL_UNARY |
Deprecated name for CPPAD_BOOL_UNARY. | |
#define | CPPAD_BOOL_BINARY(Base, binary_name) |
Macro that defines a binary function bool F(AD<Base> x, AD<Base> y) using bool F(Base x, Base y) . | |
#define | CppADCreateBinaryBool CPPAD_BOOL_BINARY |
Deprecated name for CPPAD_BOOL_BINARY. |
Routines and macros that implement functions from AD<Base> to bool bool_fun.hpp.
Definition in file bool_fun.hpp.