|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| #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).
| Base | base for the AD type of arguments to this binary bool valued function. |
| binary_name | name of this binary function; i.e., F. |
Definition at line 208 of file bool_fun.hpp.