We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lmul!
This is basically the same issue/suggestion as JuliaMath/FFTW.jl#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.
fft!
bfft!
ifft!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is basically the same issue/suggestion as JuliaMath/FFTW.jl#77. In my opinion, it would make sense to apply in-place plans with
lmul!
already in the generic implementation offft!
,bfft!
, andifft!
in https://github.com/JuliaMath/AbstractFFTs.jl/blob/master/src/definitions.jl#L50-L52.The text was updated successfully, but these errors were encountered: