Go to the source code of this file.
|
| | CppAD |
| | contains all the variables and functions defined by the CppAD package.
|
| |
|
| 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) |
| |