|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
| 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.
| FunName | is the name of the function that we are linking. |
| x | is the first argument where we are evaluating the function at. |
| y | is the second argument where we are evaluating the function at. |
Definition at line 243 of file bool_fun.hpp.