Module dlib.math.complex
Complex numbers
Functions
Name | Description |
---|---|
abs(x)
|
Complex abs |
atan2(x)
|
Complex atan2 |
exp(s)
|
Complex exp |
pow(x, n)
|
Complex pow |
zeta(s)
|
Riemann zeta function: ΞΆ(s) = 1/1^s + 1/2^s + 1/3^s + ... |
Structs
Name | Description |
---|---|
Complex
|
Complex number representation |