CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
near_equal.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 Type >
bool CppAD::near_equal_isfinite (const Type &x, const Type &y)
 
template<class Type >
bool CppAD::NearEqual (const Type &x, const Type &y, const Type &r, const Type &a)
 
template<class Type >
bool CppAD::NearEqual (const std::complex< Type > &x, const std::complex< Type > &y, const Type &r, const Type &a)
 
template<class Type >
bool CppAD::NearEqual (const std::complex< Type > &x, const Type &y, const Type &r, const Type &a)
 
template<class Type >
bool CppAD::NearEqual (const Type &x, const std::complex< Type > &y, const Type &r, const Type &a)