Skip to content

Commit b1d6acd

Browse files
authored
Update README.md
1 parent 6cb8c69 commit b1d6acd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Path Forward:
1818
- Other performance left on the table....
1919

2020
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)
2525

2626
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)