#include <complex.h>
Collaboration diagram for SPUC::complex< T >:

Public Member Functions | |
| complex () | |
| void * | operator new (size_t) |
| complex (T r, T i) | |
| complex (T r) | |
| T | real () |
| T | imag () |
| T | operator= (T r) |
| complex | operator= (const complex< T > &y) |
| complex | operator *= (const complex< T > &y) |
| complex | operator+= (const complex< T > &y) |
| complex | operator-= (const complex< T > &y) |
Public Attributes | |
| T | re |
| T | im |
Friends | |
| T | real (complex< T > y) |
| T | imag (complex< T > y) |
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.4