Prev Next GreaterThanZero

Check if a Value is Greater Than Zero

Syntax
inline bool GreaterThanZero(const Type &x)

Description
If Type is AD<Base> for some Base, x is greater than zero if and only if x.value_ is greater than zero. If Type is not AD<Base> for some Base, x is greater than zero if and only if
     
x > 0.

Input File: cppad/local/ordered.hpp