CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Check and AD values ordering properties relative to zero. More...
Go to the source code of this file.
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. |
Check and AD values ordering properties relative to zero.
Definition in file ordered.hpp.