Definition at line 32 of file wavecomplex.hh.
Public Member Functions | |
| wavecomplex (double, double) | |
| wavecomplex () | |
| wavecomplex (const wavecomplex &) | |
| virtual | ~wavecomplex () |
| double | abs () const |
| double | arg () const |
| wavecomplex | conj () |
| double | imag () const |
| double | mod () const |
| virtual wavecomplex | operator* (const wavecomplex &) |
| virtual wavecomplex | operator* (const double) |
| virtual wavecomplex & | operator*= (const wavecomplex &) |
| virtual wavecomplex & | operator*= (const double) |
| virtual wavecomplex | operator+ (const wavecomplex &) |
| virtual wavecomplex | operator+ (const double) |
| virtual wavecomplex & | operator+= (const wavecomplex &) |
| virtual wavecomplex & | operator+= (const double) |
| virtual wavecomplex | operator- (const wavecomplex &) |
| virtual wavecomplex | operator- (const double) |
| virtual wavecomplex & | operator-= (const wavecomplex &) |
| virtual wavecomplex & | operator-= (const double) |
| virtual wavecomplex | operator/ (const wavecomplex &) |
| virtual wavecomplex | operator/ (const double) |
| virtual wavecomplex & | operator/= (const wavecomplex &) |
| virtual wavecomplex & | operator/= (const double) |
| wavecomplex & | operator= (const wavecomplex &) |
| wavecomplex & | operator= (const double) |
| double | real () const |
| void | set (double x, double y) |
Public Attributes | |
| double | im |
| double | re |
#include <wavecomplex.hh>
| wavecomplex::wavecomplex | ( | double | a, |
| double | b | ||
| ) |
Definition at line 36 of file wavecomplex.cc.
| wavecomplex::wavecomplex | ( | ) |
Definition at line 34 of file wavecomplex.cc.
| wavecomplex::wavecomplex | ( | const wavecomplex & | a | ) |
Definition at line 40 of file wavecomplex.cc.
|
virtual |
Definition at line 44 of file wavecomplex.cc.
|
inline |
Definition at line 72 of file wavecomplex.hh.
|
inline |
Definition at line 71 of file wavecomplex.hh.
|
inline |
Definition at line 75 of file wavecomplex.hh.
|
inline |
Definition at line 70 of file wavecomplex.hh.
|
inline |
Definition at line 73 of file wavecomplex.hh.
|
virtual |
Definition at line 74 of file wavecomplex.cc.
|
virtual |
Definition at line 96 of file wavecomplex.cc.
|
virtual |
Definition at line 54 of file wavecomplex.cc.
|
virtual |
Definition at line 87 of file wavecomplex.cc.
|
virtual |
Definition at line 70 of file wavecomplex.cc.
|
virtual |
Definition at line 92 of file wavecomplex.cc.
|
virtual |
Definition at line 50 of file wavecomplex.cc.
|
virtual |
Definition at line 83 of file wavecomplex.cc.
|
virtual |
Definition at line 72 of file wavecomplex.cc.
|
virtual |
Definition at line 94 of file wavecomplex.cc.
|
virtual |
Definition at line 52 of file wavecomplex.cc.
|
virtual |
Definition at line 85 of file wavecomplex.cc.
|
virtual |
Definition at line 76 of file wavecomplex.cc.
|
virtual |
Definition at line 98 of file wavecomplex.cc.
|
virtual |
Definition at line 61 of file wavecomplex.cc.
|
virtual |
Definition at line 89 of file wavecomplex.cc.
| wavecomplex & wavecomplex::operator= | ( | const wavecomplex & | a | ) |
Definition at line 47 of file wavecomplex.cc.
| wavecomplex & wavecomplex::operator= | ( | const double | c | ) |
Definition at line 80 of file wavecomplex.cc.
|
inline |
Definition at line 69 of file wavecomplex.hh.
|
inline |
Definition at line 74 of file wavecomplex.hh.
| double wavecomplex::im |
Definition at line 80 of file wavecomplex.hh.
| double wavecomplex::re |
Definition at line 79 of file wavecomplex.hh.