Commit graph

10 commits

Author SHA1 Message Date
Ahmet Inan
6528c1581d added polar() 2020-03-16 13:59:04 +01:00
Ahmet Inan
d72ca2727d added conj() 2019-02-06 14:27:03 +01:00
Ahmet Inan
f141e04dc6 Revert "do not initialize Complex to zero"
This reverts commit 277af07511.
2019-01-23 16:33:21 +01:00
Ahmet Inan
76f1590f1a moved Complex to DSP namespace 2019-01-20 15:25:54 +01:00
Ahmet Inan
277af07511 do not initialize Complex to zero 2019-01-20 08:45:22 +01:00
Ahmet Inan
c4b837b045 time to embrace #pragma once 2019-01-19 14:07:07 +01:00
Ahmet Inan
a85cbcf6ba removed exp() and replaced hypot() with sqrt(norm()) 2019-01-19 13:59:52 +01:00
Ahmet Inan
69c3080931 made Complex constexpr 2019-01-17 14:07:16 +01:00
Ahmet Inan
7f64356dde overwrite members directly here 2018-08-27 14:04:39 +02:00
Ahmet Inan
9057df88b0 added faster complex math
This is lifted from my mixed-radix fft project:
https://github.com/xdsopl/fft
2018-08-25 11:25:39 +02:00