Fft.initialize

The Fft constructor. The parameter is the size of data sets that fft and ifft will operate on. I will refer to this number as n in the rest of the documentation for this class.Tables used in fft and ifft are calculated in the constructor.

struct Fft(T)
nothrow @nogc
void
initialize
(
size_t n
)

Meta