Rfft.initialize

The Rfft constructor. The parameter is the size of data sets that rfft will operate on. I will refer to this number as n in the rest of the documentation for this class. All tables used in rfft are calculated in the constructor.

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

Meta