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 >::BinaryBool ( bool   FunNameconst Base &x, const Base &y,
const AD< Base > &  x,
const AD< Base > &  y 
)
inlinestatic

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