im_complex.h File Reference
Detailed Description
See Copyright Notice in im_lib.h- Id
- im_complex.h,v 1.1 2005/04/02 22:07:00 scuri Exp
Go to the source code of this file.
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) |