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

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

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

Definition at line 67 of file ordered.hpp.

Referenced by forward_comp_op_0().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines