CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base >
bool CppAD::AD< Base >::UnaryBool ( bool   FunNameconst Base &x,
const AD< Base > &  x 
)
inlinestatic

Link a function name, and AD value pair to function call with base argument and bool retrun value.

Parameters
FunNameis the name of the function that we are linking.
xis the argument where we are evaluating the function.

Definition at line 189 of file bool_fun.hpp.