fjarri/reikna

Dose reikna support ifft?

diggerdu opened this issue · 1 comments

Dose reikna support ifft?

Yep, the forward/inverse switch is an optional parameter for the compiled computation:

fft = FFT(array).compile(thread)
fft(array, array) # forward transform
fft(array, array, inverse=True) # inverse transform