Fft.ifft

Calculates inverse discrete fourier transform scaled by n. The arguments have the same role as they do in fft.

struct Fft(T)
nothrow @nogc
void
ifft
(
T[] re
,
T[] im
)

Meta