Class FFTWorkBuf

Class Documentation

class FFTWorkBuf

temporary buffers needed to perform an FFT; allocated by calling FFTPlan::alloc_workbuf.

As this contains data which is mutated by the transform functions, this must not be shared between threads.