CppAD: A C++ Algorithmic Differentiation Package  20130102
template<class Base >
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.

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 99 of file ordered.hpp.

Referenced by ADFun< Base >::optimize().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines