We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26e015 commit 2cfcc7fCopy full SHA for 2cfcc7f
README.md
@@ -15,4 +15,6 @@ 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)
+`bfft(x::AbstractMatrix{<:Complex})`-- Backward FFT (unscaled inverse FFT)
19
+
20
+NOTE: Currently, my C++ code is actually faster than this, so "Fastest Fourier Transform in my Apartment" is a bit of a misnomer.
0 commit comments