CppAD: A C++ Algorithmic Differentiation Package
20130918
|
bool CppAD::AD< Base >::UnaryBool | ( | bool | FunNameconst Base &x, |
const AD< Base > & | x | ||
) | [inline, static] |
Link a function name, and AD value pair to function call with base argument and bool retrun value.
FunName | is the name of the function that we are linking. |
x | is the argument where we are evaluating the function. |
Definition at line 195 of file bool_fun.hpp.