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 @@ -12,9 +12,9 @@ Path Forward:
12
12
- Other performance left on the table....
13
13
14
14
Interface:
15
- ` fft(x::AbstractVector{<:Complex}) ` -- Forward FFT
16
- ` fft(x::AbstractMatrix{<:Complex}) ` -- Forward FFT
17
- ` bfft(x::AbstractVector{<:Complex}) ` -- Backward FFT (unscaled inverse FFT)
18
- ` bfft(x::AbstractMatrix{<:Complex}) ` -- Backward FFT (unscaled inverse FFT)
15
+ - ` fft(x::AbstractVector{<:Complex}) ` -- Forward FFT
16
+ - ` fft(x::AbstractMatrix{<:Complex}) ` -- Forward FFT
17
+ - ` bfft(x::AbstractVector{<:Complex}) ` -- Backward FFT (unscaled inverse FFT)
18
+ - ` bfft(x::AbstractMatrix{<:Complex}) ` -- Backward FFT (unscaled inverse FFT)
19
19
20
20
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