Skip to content

Commit 2cfcc7f

Browse files
authored
Update README.md
1 parent f26e015 commit 2cfcc7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ Interface:
1515
`fft(x::AbstractVector{<:Complex})`-- Forward FFT
1616
`fft(x::AbstractMatrix{<:Complex})`-- Forward FFT
1717
`bfft(x::AbstractVector{<:Complex})`-- Backward FFT (unscaled inverse FFT)
18-
`bfft(x::AbstractMatrix{<:Complex})`-- Backward FFT (unscaled inverse FFT)
18+
`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

Comments
 (0)