CppAD: A C++ Algorithmic Differentiation Package  20130102
ordered.hpp

Files

file  ordered.hpp
 

Check and AD values ordering properties relative to zero.


Functions

template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
GreaterThanZero (const AD< Base > &x)
 Check if an AD<Base> is greater than zero.
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
GreaterThanOrZero (const AD< Base > &x)
 Check if an AD<Base> is greater than or equal zero.
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
LessThanZero (const AD< Base > &x)
 Check if an AD<Base> is less than zero.
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
LessThanOrZero (const AD< Base > &x)
 Check if an AD<Base> is less than or equal zero.
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
abs_geq (const AD< Base > &x, const AD< Base > &y)
 Check if absolute value of one AD<Base> is greater or equal another.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines