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