sclel016

Results 4 comments of sclel016

The [FastTransforms.jl](https://github.com/JuliaApproximation/FastTransforms.jl) package seems to be calling out to FFTW.jl for all uniform FFT transforms. The [FourierTransforms.jl](https://github.com/JuliaComputing/FourierTransforms.jl) module seems to employ some form of meta-programming, the last commit being two...

Thanks for the correction, it seems that `fftBigFloat.jl` does have some custom FFT. It seems to contain both a radix-2 and naive DFT method.

> The main obstacle is that a package the size of FFTW is a lot of work to write, and I'm not super-inspired to go to the effort myself. In...

What is the current recommended work around for SELinux? I'm trying to open a host workspace in a container using the dev container infrastructure built into vscode-remote. It seems that...