Commit graph

7 commits

Author SHA1 Message Date
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