#include <complex>
Go to the source code of this file.
Macros | |
#define | DEF_COMPLEXR_COMP(OP, OPS) |
#define | INST_COMPLEXR_COMP(OP, T) |
Functions | |
template bool | operator< (const std::complex< double > &a, const std::complex< double > &b) |
template bool | operator< (const std::complex< double > &a, double b) |
template bool | operator< (const std::complex< float > &a, const std::complex< float > &b) |
template bool | operator< (const std::complex< float > &a, float b) |
template<typename T > | |
bool | operator< (const std::complex< T > &a, const std::complex< T > &b) |
template<typename T > | |
bool | operator< (const std::complex< T > &a, T b) |
template bool | operator< (double a, const std::complex< double > &b) |
template bool | operator< (float a, const std::complex< float > &b) |
template<typename T > | |
bool | operator< (T a, const std::complex< T > &b) |
template bool | operator<= (const std::complex< double > &a, const std::complex< double > &b) |
template bool | operator<= (const std::complex< double > &a, double b) |
template bool | operator<= (const std::complex< float > &a, const std::complex< float > &b) |
template bool | operator<= (const std::complex< float > &a, float b) |
template<typename T > | |
bool | operator<= (const std::complex< T > &a, const std::complex< T > &b) |
template<typename T > | |
bool | operator<= (const std::complex< T > &a, T b) |
template bool | operator<= (double a, const std::complex< double > &b) |
template bool | operator<= (float a, const std::complex< float > &b) |
template<typename T > | |
bool | operator<= (T a, const std::complex< T > &b) |
template bool | operator> (const std::complex< double > &a, const std::complex< double > &b) |
template bool | operator> (const std::complex< double > &a, double b) |
template bool | operator> (const std::complex< float > &a, const std::complex< float > &b) |
template bool | operator> (const std::complex< float > &a, float b) |
template<typename T > | |
bool | operator> (const std::complex< T > &a, const std::complex< T > &b) |
template<typename T > | |
bool | operator> (const std::complex< T > &a, T b) |
template bool | operator> (double a, const std::complex< double > &b) |
template bool | operator> (float a, const std::complex< float > &b) |
template<typename T > | |
bool | operator> (T a, const std::complex< T > &b) |
template bool | operator>= (const std::complex< double > &a, const std::complex< double > &b) |
template bool | operator>= (const std::complex< double > &a, double b) |
template bool | operator>= (const std::complex< float > &a, const std::complex< float > &b) |
template bool | operator>= (const std::complex< float > &a, float b) |
template<typename T > | |
bool | operator>= (const std::complex< T > &a, const std::complex< T > &b) |
template<typename T > | |
bool | operator>= (const std::complex< T > &a, T b) |
template bool | operator>= (double a, const std::complex< double > &b) |
template bool | operator>= (float a, const std::complex< float > &b) |
template<typename T > | |
bool | operator>= (T a, const std::complex< T > &b) |
#define DEF_COMPLEXR_COMP | ( | OP, | |
OPS | |||
) |
Definition at line 45 of file oct-cmplx.cc.
#define INST_COMPLEXR_COMP | ( | OP, | |
T | |||
) |
Definition at line 180 of file oct-cmplx.cc.
template bool operator< | ( | const std::complex< double > & | a, |
const std::complex< double > & | b | ||
) |
template bool operator< | ( | const std::complex< double > & | a, |
double | b | ||
) |
template bool operator< | ( | const std::complex< float > & | a, |
const std::complex< float > & | b | ||
) |
template bool operator< | ( | const std::complex< float > & | a, |
float | b | ||
) |
bool operator< | ( | const std::complex< T > & | a, |
const std::complex< T > & | b | ||
) |
Definition at line 173 of file oct-cmplx.cc.
bool operator< | ( | const std::complex< T > & | a, |
T | b | ||
) |
Definition at line 173 of file oct-cmplx.cc.
template bool operator< | ( | double | a, |
const std::complex< double > & | b | ||
) |
template bool operator< | ( | float | a, |
const std::complex< float > & | b | ||
) |
bool operator< | ( | T | a, |
const std::complex< T > & | b | ||
) |
Definition at line 173 of file oct-cmplx.cc.
template bool operator<= | ( | const std::complex< double > & | a, |
const std::complex< double > & | b | ||
) |
template bool operator<= | ( | const std::complex< double > & | a, |
double | b | ||
) |
template bool operator<= | ( | const std::complex< float > & | a, |
const std::complex< float > & | b | ||
) |
template bool operator<= | ( | const std::complex< float > & | a, |
float | b | ||
) |
bool operator<= | ( | const std::complex< T > & | a, |
const std::complex< T > & | b | ||
) |
Definition at line 175 of file oct-cmplx.cc.
bool operator<= | ( | const std::complex< T > & | a, |
T | b | ||
) |
Definition at line 175 of file oct-cmplx.cc.
template bool operator<= | ( | double | a, |
const std::complex< double > & | b | ||
) |
template bool operator<= | ( | float | a, |
const std::complex< float > & | b | ||
) |
bool operator<= | ( | T | a, |
const std::complex< T > & | b | ||
) |
Definition at line 175 of file oct-cmplx.cc.
template bool operator> | ( | const std::complex< double > & | a, |
const std::complex< double > & | b | ||
) |
template bool operator> | ( | const std::complex< double > & | a, |
double | b | ||
) |
template bool operator> | ( | const std::complex< float > & | a, |
const std::complex< float > & | b | ||
) |
template bool operator> | ( | const std::complex< float > & | a, |
float | b | ||
) |
bool operator> | ( | const std::complex< T > & | a, |
const std::complex< T > & | b | ||
) |
Definition at line 172 of file oct-cmplx.cc.
bool operator> | ( | const std::complex< T > & | a, |
T | b | ||
) |
Definition at line 172 of file oct-cmplx.cc.
template bool operator> | ( | double | a, |
const std::complex< double > & | b | ||
) |
template bool operator> | ( | float | a, |
const std::complex< float > & | b | ||
) |
bool operator> | ( | T | a, |
const std::complex< T > & | b | ||
) |
Definition at line 172 of file oct-cmplx.cc.
template bool operator>= | ( | const std::complex< double > & | a, |
const std::complex< double > & | b | ||
) |
template bool operator>= | ( | const std::complex< double > & | a, |
double | b | ||
) |
template bool operator>= | ( | const std::complex< float > & | a, |
const std::complex< float > & | b | ||
) |
template bool operator>= | ( | const std::complex< float > & | a, |
float | b | ||
) |
bool operator>= | ( | const std::complex< T > & | a, |
const std::complex< T > & | b | ||
) |
Definition at line 174 of file oct-cmplx.cc.
bool operator>= | ( | const std::complex< T > & | a, |
T | b | ||
) |
Definition at line 174 of file oct-cmplx.cc.
template bool operator>= | ( | double | a, |
const std::complex< double > & | b | ||
) |
template bool operator>= | ( | float | a, |
const std::complex< float > & | b | ||
) |
bool operator>= | ( | T | a, |
const std::complex< T > & | b | ||
) |
Definition at line 174 of file oct-cmplx.cc.