Detailed Description
- See im_complex.h
Complex numbers operators.
|
Data Structures |
| class | imcfloat |
| | Complex Float Data Type. More...
|
Functions |
|
int | operator<= (const imcfloat &C1, const imcfloat &C2) |
|
int | operator<= (const imcfloat &C, const float &F) |
|
imcfloat | operator+ (const imcfloat &C1, const imcfloat &C2) |
|
imcfloat | operator+= (const imcfloat &C1, const imcfloat &C2) |
|
imcfloat | operator- (const imcfloat &C1, const imcfloat &C2) |
|
imcfloat | operator * (const imcfloat &C1, const imcfloat &C2) |
|
imcfloat | operator/ (const imcfloat &C1, const imcfloat &C2) |
|
imcfloat | operator/ (const imcfloat &C, const float &R) |
|
imcfloat | operator/= (const imcfloat &C, const float &R) |
|
imcfloat | operator * (const imcfloat &C, const float &R) |
|
int | operator== (const imcfloat &C1, const imcfloat &C2) |
|
float | cpxreal (const imcfloat &C) |
|
float | cpximag (const imcfloat &C) |
|
float | cpxmag (const imcfloat &C) |
|
float | cpxphase (const imcfloat &C) |
|
imcfloat | cpxconj (const imcfloat &C) |
|
imcfloat | log (const imcfloat &C) |
|
imcfloat | exp (const imcfloat &C) |
|
imcfloat | pow (const imcfloat &C1, const imcfloat &C2) |
|
imcfloat | sqrt (const imcfloat &C) |
|
imcfloat | cpxpolar (const float &mag, const float &phase) |