CppAD: A C++ Algorithmic Differentiation Package  20130918
#define CPPAD_BOOL_UNARY (   Base,
  unary_name 
)
Value:
inline bool unary_name (const CppAD::AD<Base> &x)             \
     {                                                             \
          return CppAD::AD<Base>::UnaryBool(unary_name, x);        \
     }

Macro that defines a unary function bool F(AD<Base> x) using bool F(Base x).

Parameters:
Basebase for the AD type of arguments to this unary bool valued function.
unary_namename of this unary function; i.e., F.

Definition at line 173 of file bool_fun.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines