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

Link a function name, and two AD values to function call with base arguments and bool retrun value.

Parameters:
FunNameis the name of the function that we are linking.
xis the first argument where we are evaluating the function at.
yis the second argument where we are evaluating the function at.

Definition at line 244 of file bool_fun.hpp.