|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| #define CPPAD_BOOL_UNARY | ( | Base, | |
| unary_name | |||
| ) |
Macro that defines a unary function bool F(AD<Base> x) using bool F(Base x).
| Base | base for the AD type of arguments to this unary bool valued function. |
| unary_name | name of this unary function; i.e., F. |
Definition at line 167 of file bool_fun.hpp.