RustFFT.jl
RustFFT.jl copied to clipboard
Compute FFTs in Julia with the RustFFT crate
This add Julia 1 to testing which currently will point to Julia 1.10.2
realfft and RustDCT exist, it would be nice to use them to add support for these transformations.
Currently only 1-D data is supported. ndrustfft supports N-dimensional data, but I think it's better to provide similar functionality than to use that crate directly to get rid of unnecessary...
This PR adds a backend token api as discussed in this [AbstractFFTs PR](https://github.com/JuliaMath/AbstractFFTs.jl/pull/146). It would be great if we could keep the main discussion on the general design in the...