AbstractFFTs.jl icon indicating copy to clipboard operation
AbstractFFTs.jl copied to clipboard

`lmul!` should be required for in-place application of plans

Open devmotion opened this issue 7 years ago • 0 comments

This is basically the same issue/suggestion as https://github.com/JuliaMath/FFTW.jl/issues/77. In my opinion, it would make sense to apply in-place plans with lmul! already in the generic implementation of fft!, bfft!, and ifft! in https://github.com/JuliaMath/AbstractFFTs.jl/blob/master/src/definitions.jl#L50-L52.

devmotion avatar Dec 06 '18 19:12 devmotion