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

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.

Definition at line 51 of file ordered.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines