|
static Complex | one () |
|
static Complex | zero () |
|
static void | sq (Complex &v) |
|
static Complex | construct (double theta) |
|
static Complex | power (Complex &base, int e) |
|
static Complex | add (Complex &a, Complex &b) |
|
static Complex | subtract (Complex &a, Complex &b) |
|
static Complex | mult (Complex &a, Complex &b) |
|
static Complex | invert (Complex &a) |
|
Definition at line 30 of file Algebra.h.
◆ add()
static Complex algebra::ComplexHelper::add |
( |
Complex & |
a, |
|
|
Complex & |
b |
|
) |
| |
|
inlinestatic |
◆ construct()
static Complex algebra::ComplexHelper::construct |
( |
double |
theta | ) |
|
|
inlinestatic |
◆ invert()
static Complex algebra::ComplexHelper::invert |
( |
Complex & |
a | ) |
|
|
inlinestatic |
◆ mult()
static Complex algebra::ComplexHelper::mult |
( |
Complex & |
a, |
|
|
Complex & |
b |
|
) |
| |
|
inlinestatic |
◆ one()
static Complex algebra::ComplexHelper::one |
( |
| ) |
|
|
inlinestatic |
◆ power()
static Complex algebra::ComplexHelper::power |
( |
Complex & |
base, |
|
|
int |
e |
|
) |
| |
|
inlinestatic |
◆ sq()
static void algebra::ComplexHelper::sq |
( |
Complex & |
v | ) |
|
|
inlinestatic |
◆ subtract()
static Complex algebra::ComplexHelper::subtract |
( |
Complex & |
a, |
|
|
Complex & |
b |
|
) |
| |
|
inlinestatic |
◆ zero()
static Complex algebra::ComplexHelper::zero |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- D:/Projekt/ECF_trunk/examples/quantum/Quantum/Algebra.h