#include <md.h>
Public Member Functions | |
| double | Norm () |
| double | Norm2 () |
| EComplex & | operator*= (double d) |
| EComplex & | operator+= (EComplex &c) |
| EComplex & | operator-= (EComplex &c) |
| void | ExpI (double theta) |
| EComplex & | operator= (double d) |
Static Public Member Functions | |
| static void | Mul (const EComplex &a, const EComplex &b, EComplex &c) |
| static void | MulConjugate (const EComplex &a, const EComplex &b, EComplex &c) |
Public Attributes | |
| double | Re |
| double | Im |
Friends | |
| LOStream & | operator<< (LOStream &os, EComplex &c) |
Definition at line 199 of file md.h.
| void EComplex::ExpI | ( | double | theta | ) | [inline] |
Definition at line 206 of file md.h.
Referenced by MDFrame::CE_fillSinCosTables(), and MDFrame::CE_Rec().
| double EComplex::Norm2 | ( | ) | [inline] |
| EComplex& EComplex::operator*= | ( | double | d | ) | [inline] |
| EComplex& EComplex::operator= | ( | double | d | ) | [inline] |
| double EComplex::Im |
Definition at line 201 of file md.h.
Referenced by MDFrame::CE_fillSinCosTables(), MDFrame::CE_Rec(), ExpI(), Mul(), MulConjugate(), Norm(), Norm2(), operator*=(), operator+=(), operator-=(), and operator=().
| double EComplex::Re |
Definition at line 201 of file md.h.
Referenced by MDFrame::CE_fillSinCosTables(), MDFrame::CE_Rec(), ExpI(), Mul(), MulConjugate(), Norm(), Norm2(), operator*=(), operator+=(), operator-=(), and operator=().
1.5.7.1