FftBuffer

Undocumented in source.

Constructors

this
this(VectorAlloc alloc, size_t real_length, FftPlanStrategy plan_strategy, Flag!"make_inverse" make_inverse)
Undocumented in source.

Members

Functions

buffer
inout(double)[] buffer()
Undocumented in source. Be warned that the author may not have intended to support it.
fft
void fft()
Undocumented in source. Be warned that the author may not have intended to support it.
ifft
void ifft()
Undocumented in source. Be warned that the author may not have intended to support it.
xbuffer
inout(ComplexD)[] xbuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

complexBufferLength
size_t complexBufferLength(size_t real_length)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta