You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is mainly not intended to be used directly.
13
-
Instead, developers of packages that implement FFTs (such as [FFTW.jl](https://github.com/JuliaMath/FFTW.jl))
13
+
Instead, developers of packages that implement FFTs (such as [FFTW.jl](https://github.com/JuliaMath/FFTW.jl) or [FastTransforms.jl](https://github.com/JuliaApproximation/FastTransforms.jl))
14
14
extend the types/functions defined in `AbstractFFTs`.
15
15
This allows multiple FFT packages to co-exist with the same underlying `fft(x)` and `plan_fft(x)` interface.
0 commit comments