CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
bool 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 199 of file bool_fun.hpp.