Rainer Heintzmann
Rainer Heintzmann
Yes, it does. It is even a prerequisite.
I agree. Such a flag would really be useful. However, we may think about how to implement this best. Two extra fftshift sound unnecessarily complex.
We can compare both options. Either a double shift or a separable multiplication in Fourier space.
That would be great. In the worst case a try catch statement may prevent a total crash. But it also looked from the error message like there is a wrong...
Referring also to [this ](https://github.com/JuliaGPU/CUDA.jl/issues/2735) discussion: I had a look into the approach that was taken here. And its is not quite so simple, or at least incomplete, if the...
It seems like the following definition is missing in Base? ```julia function Base.Broadcast.BroadcastStyle(W::Type{
@timholy can you possibly have a look at this PR and suggest changes or merge? Thanks!
Thanks for the hint about `MultifileArrays.jl` which I wasn't aware of. This would have saved me a day of work :-) I will have a closer look at it. The...
Maybe one can ship it with "batteries", i.e. FFTW included but it then uses the FourierToolsCore package where it exports also almost all it's functions? This was we can maintain...
Are you sure that FFTW.jl is not free to use in Julia? At least the package is MIT licenced. https://github.com/JuliaMath/FFTW.jl/blob/master/LICENSE That is not GPL.