CppAD: A C++ Algorithmic Differentiation Package
20130102
|
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION bool abs_geq | ( | const AD< Base > & | x, |
const AD< Base > & | y | ||
) |
Check if absolute value of one AD<Base> is greater or equal another.
x | value we are checking if it is greater than or equal other. |
y | value we are checking if it is less than other. |
x
is greater than or equal absolute value of y
. Definition at line 99 of file ordered.hpp.
Referenced by ADFun< Base >::optimize().