CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Go to the source code of this file.
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Functions | |
template<class Type > | |
bool | CppAD::near_equal_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) |