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

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::NearEqual (const AD< Base > &x, const AD< Base > &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const Base &x, const AD< Base > &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const AD< Base > &x, const Base &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const VecAD_reference< Base > &x, const VecAD_reference< Base > &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const VecAD_reference< Base > &x, const AD< Base > &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const VecAD_reference< Base > &x, const Base &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const AD< Base > &x, const VecAD_reference< Base > &y, const Base &r, const Base &a)
 
template<class Base >
CPPAD_INLINE_FRIEND_TEMPLATE_FUNCTION
bool 
CppAD::NearEqual (const Base &x, const VecAD_reference< Base > &y, const Base &r, const Base &a)