#include <complex>#include <cppad/local/cppad_assert.hpp>#include <cppad/check_numeric_type.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | CppAD |
Functions | |
| template<class Type > | |
| bool | CppAD::isfinite (const Type &z1, const Type &z2, 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) |
1.6.1