CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Base>
bool abs_geq ( const AD< Base > &  x,
const AD< Base > &  y 
)
friend

Check if absolute value of one AD<Base> is greater or equal another.

Parameters
xvalue we are checking if it is greater than or equal other.
yvalue we are checking if it is less than other.
Returns
returns true iff the absolute value of x is greater than or equal absolute value of y.

Definition at line 97 of file ordered.hpp.