Enum dft_order¶
enum dft_order dft¶
enum class dft_order { … } Specifies the desired order for DFT output (and IDFT input).
Currently ignored: the implementation always produces output in normal order (any internal digit-reversal is handled transparently by the plan).
enum constant normal ¶
normal enum constant internal ¶
internal Possibly bit/digit-reversed, implementation-defined, may be faster to compute
Fully qualified name: kfr::dft_order::internal
Declared at dft/fft.hpp:176
Fully qualified name: kfr::dft_order
Declared at dft/fft.hpp:173
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.