CppAD: A C++ Algorithmic Differentiation Package 20110419
|
Go to the source code of this file.
Namespaces | |
namespace | CppAD |
contains all the variables and functions defined by the CppAD package. | |
Defines | |
#define | CPPAD_USER_MACRO(function) |
#define | CPPAD_USER_MACRO(function) |
#define | CPPAD_VALID_COMPLEX_CASE(function) |
#define | CPPAD_INVALID_COMPLEX_CASE(function) |
Functions | |
std::complex< double > | CppAD::CondExpOp (enum CppAD::CompareOp cop, const std::complex< double > &left, const std::complex< double > &right, const std::complex< double > &trueCase, const std::complex< double > &falseCase) |
bool | CppAD::EqualOpSeq (const std::complex< double > &x, const std::complex< double > &y) |
bool | CppAD::IdenticalPar (const std::complex< double > &x) |
bool | CppAD::IdenticalZero (const std::complex< double > &x) |
bool | CppAD::IdenticalOne (const std::complex< double > &x) |
bool | CppAD::IdenticalEqualPar (const std::complex< double > &x, const std::complex< double > &y) |
bool | CppAD::GreaterThanZero (const std::complex< double > &x) |
bool | CppAD::GreaterThanOrZero (const std::complex< double > &x) |
bool | CppAD::LessThanZero (const std::complex< double > &x) |
bool | CppAD::LessThanOrZero (const std::complex< double > &x) |
int | CppAD::Integer (const std::complex< double > &x) |
std::complex< double > | CppAD::pow (const std::complex< double > &x, const std::complex< double > &y) |
std::complex< float > | CppAD::CondExpOp (enum CppAD::CompareOp cop, const std::complex< float > &left, const std::complex< float > &right, const std::complex< float > &trueCase, const std::complex< float > &falseCase) |
bool | CppAD::EqualOpSeq (const std::complex< float > &x, const std::complex< float > &y) |
bool | CppAD::IdenticalPar (const std::complex< float > &x) |
bool | CppAD::IdenticalZero (const std::complex< float > &x) |
bool | CppAD::IdenticalOne (const std::complex< float > &x) |
bool | CppAD::IdenticalEqualPar (const std::complex< float > &x, const std::complex< float > &y) |
bool | CppAD::GreaterThanZero (const std::complex< float > &x) |
bool | CppAD::GreaterThanOrZero (const std::complex< float > &x) |
bool | CppAD::LessThanZero (const std::complex< float > &x) |
bool | CppAD::LessThanOrZero (const std::complex< float > &x) |
int | CppAD::Integer (const std::complex< float > &x) |
std::complex< float > | CppAD::pow (const std::complex< float > &x, const std::complex< float > &y) |