File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ Path Forward:
18
18
- Other performance left on the table....
19
19
20
20
Interface:
21
- - ` fft(x::AbstractVector{<:Complex}) ` -- Forward FFT
22
- - ` fft(x::AbstractMatrix{<:Complex}) ` -- Forward FFT
23
- - ` bfft(x::AbstractVector{<:Complex}) ` -- Backward FFT (unscaled inverse FFT)
24
- - ` bfft(x::AbstractMatrix{<:Complex}) ` -- Backward FFT (unscaled inverse FFT)
21
+ - ` fft(x::AbstractVector{<:Union{Real, Complex}) ` -- Forward FFT
22
+ - ` fft(x::AbstractMatrix{<:Union{Real, Complex} }) ` -- Forward FFT
23
+ - ` bfft(x::AbstractVector{<:Union{Real, Complex} }) ` -- Backward FFT (unscaled inverse FFT)
24
+ - ` bfft(x::AbstractMatrix{<:Union{Real, Complex} }) ` -- Backward FFT (unscaled inverse FFT)
25
25
26
26
NOTE: Currently, my C++ code is actually faster than this, so "Fastest Fourier Transform in my Apartment" is a bit of a misnomer.
You can’t perform that action at this time.
0 commit comments