CppAD: A C++ Algorithmic Differentiation Package  20130102
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 243 of file bool_fun.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines