File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ version = "0.1.0"
6
6
[deps ]
7
7
DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
8
8
Primes = " 27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
9
- ReTest = " e0db7c4e-2690-44b9-bad6-7687da720f89"
10
9
11
10
[compat ]
12
11
DocStringExtensions = " 0.8"
12
+ Primes = " 0.5"
13
13
julia = " 1"
14
14
15
15
[extras ]
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