CppAD: A C++ Algorithmic Differentiation Package  20130918
template<class Base>
bool GreaterThanOrZero ( const AD< Base > &  x) [friend]

Check if an AD<Base> is greater than or equal zero.

Parameters:
xvalue we are checking.
Returns:
returns true iff the x is greater than or equal zero.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines