CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base >
bool CppAD::AD< Base >::UnaryBool ( bool   FunNameconst Base &x,
const AD< Base > &  x 
) [inline, static]

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 195 of file bool_fun.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines