|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
Routines and macros that implement functions from AD<Base> to bool. More...
Go to the source code of this file.
Namespaces | |
| CppAD | |
| contains all the variables and functions defined by the CppAD package. | |
Macros | |
| #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). More... | |
| #define | CPPAD_BOOL_UNARY(Base, unary_name) |
Macro that defines a unary function bool F(AD<Base> x) using bool F(Base x). More... | |
| #define | CppADCreateBinaryBool CPPAD_BOOL_BINARY |
| Deprecated name for CPPAD_BOOL_BINARY. More... | |
| #define | CppADCreateUnaryBool CPPAD_BOOL_UNARY |
| Deprecated name for CPPAD_BOOL_UNARY. More... | |
Routines and macros that implement functions from AD<Base> to bool.
Definition in file bool_fun.hpp.