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

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

Parameters
xvalue we are checking.
Returns
returns true iff the x is less than or equal zero.

Definition at line 79 of file ordered.hpp.