|
AFAPI float | real (af_cfloat val) |
|
AFAPI double | real (af_cdouble val) |
|
AFAPI float | imag (af_cfloat val) |
|
AFAPI double | imag (af_cdouble val) |
|
AFAPI af::cfloat | operator+ (const af::cfloat &lhs, const af::cfloat &rhs) |
|
AFAPI af::cdouble | operator+ (const af::cdouble &lhs, const af::cdouble &rhs) |
|
AFAPI af::cfloat | operator- (const af::cfloat &lhs, const af::cfloat &rhs) |
|
AFAPI af::cdouble | operator- (const af::cdouble &lhs, const af::cdouble &rhs) |
|
AFAPI af::cfloat | operator* (const af::cfloat &lhs, const af::cfloat &rhs) |
|
AFAPI af::cdouble | operator* (const af::cdouble &lhs, const af::cdouble &rhs) |
|
AFAPI af::cfloat | operator/ (const af::cfloat &lhs, const af::cfloat &rhs) |
|
AFAPI af::cdouble | operator/ (const af::cdouble &lhs, const af::cdouble &rhs) |
|
AFAPI af::cfloat | operator+ (const af::cfloat &lhs, const double &rhs) |
|
AFAPI af::cdouble | operator+ (const af::cdouble &lhs, const double &rhs) |
|
AFAPI af::cfloat | operator/ (const af::cfloat &lhs, const double &rhs) |
|
AFAPI af::cdouble | operator/ (const af::cdouble &lhs, const double &rhs) |
|
AFAPI af::cfloat | operator- (const af::cfloat &lhs, const double &rhs) |
|
AFAPI af::cdouble | operator- (const af::cdouble &lhs, const double &rhs) |
|
AFAPI af::cfloat | operator* (const af::cfloat &lhs, const double &rhs) |
|
AFAPI af::cdouble | operator* (const af::cdouble &lhs, const double &rhs) |
|
AFAPI af::cfloat | operator+ (const double &rhs, const af::cfloat &lhs) |
|
AFAPI af::cdouble | operator+ (const double &rhs, const af::cdouble &lhs) |
|
AFAPI af::cdouble | operator+ (const af::cfloat &lhs, const af::cdouble &rhs) |
|
AFAPI af::cdouble | operator+ (const af::cdouble &lhs, const af::cfloat &rhs) |
|
AFAPI af::cfloat | operator- (const double &rhs, const af::cfloat &lhs) |
|
AFAPI af::cdouble | operator- (const double &rhs, const af::cdouble &lhs) |
|
AFAPI af::cdouble | operator- (const af::cfloat &lhs, const af::cdouble &rhs) |
|
AFAPI af::cdouble | operator- (const af::cdouble &lhs, const af::cfloat &rhs) |
|
AFAPI af::cfloat | operator* (const double &rhs, const af::cfloat &lhs) |
|
AFAPI af::cdouble | operator* (const double &rhs, const af::cdouble &lhs) |
|
AFAPI af::cdouble | operator* (const af::cfloat &lhs, const af::cdouble &rhs) |
|
AFAPI af::cdouble | operator* (const af::cdouble &lhs, const af::cfloat &rhs) |
|
AFAPI af::cfloat | operator/ (const double &rhs, const af::cfloat &lhs) |
|
AFAPI af::cdouble | operator/ (const double &rhs, const af::cdouble &lhs) |
|
AFAPI af::cdouble | operator/ (const af::cfloat &lhs, const af::cdouble &rhs) |
|
AFAPI af::cdouble | operator/ (const af::cdouble &lhs, const af::cfloat &rhs) |
|
AFAPI bool | operator== (const cfloat &lhs, const cfloat &rhs) |
|
AFAPI bool | operator== (const cdouble &lhs, const cdouble &rhs) |
|
AFAPI bool | operator!= (const cfloat &lhs, const cfloat &rhs) |
|
AFAPI bool | operator!= (const cdouble &lhs, const cdouble &rhs) |
|
AFAPI std::istream & | operator>> (std::istream &is, cfloat &in) |
|
AFAPI std::istream & | operator>> (std::istream &is, cdouble &in) |
|
AFAPI std::ostream & | operator<< (std::ostream &os, const cfloat &in) |
|
AFAPI std::ostream & | operator<< (std::ostream &os, const cdouble &in) |
|
AFAPI float | abs (const cfloat &val) |
|
AFAPI double | abs (const cdouble &val) |
|
AFAPI cfloat | conj (const cfloat &val) |
|
AFAPI cdouble | conj (const cdouble &val) |
|