|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
| CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION bool CppAD::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 97 of file ordered.hpp.