CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ordered.hpp File Reference

Check and AD values ordering properties relative to zero. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 

Functions

template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::abs_geq (const AD< Base > &x, const AD< Base > &y)
 Check if absolute value of one AD<Base> is greater or equal another. More...
 
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. More...
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::GreaterThanZero (const AD< Base > &x)
 Check if an AD<Base> is greater than zero. More...
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::LessThanOrZero (const AD< Base > &x)
 Check if an AD<Base> is less than or equal zero. More...
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::LessThanZero (const AD< Base > &x)
 Check if an AD<Base> is less than zero. More...
 

Detailed Description

Check and AD values ordering properties relative to zero.

Definition in file ordered.hpp.