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

Missing in-place real `rfft!` interface

Open roflmaostc opened this issue 4 years ago • 1 comments

Hi,

since there is a PR for rfft! in FFTW we probably should also add rfft! in AbstractFFTs?

In general in-place real-to-complex FFT seems to be supported by CuFFT as well, right?

I recall that I was discussing this somewhere with @maleadt but I can't remember exactly.

What do you think about that?

Best,

Felix

roflmaostc avatar Nov 26 '21 14:11 roflmaostc

Just want to add my two cents to say I'd like an in-place real to complex FFT for my application, too.

Luapulu avatar Apr 14 '22 12:04 Luapulu