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