Fft.allocate

Allocates an array that is aligned properly for use with fft, ifft and scale methods.

struct Fft(T)
nothrow @nogc static
T[]
allocate
(
size_t n
)

Meta