Skip to content

Enum dft_type

enum dft_type dft

enum class dft_type { … }

Direction(s) of DFT computation requested for a plan.

enum constant both

both

Both direct and inverse transforms.

Fully qualified name: kfr::dft_type::both

Declared at dft/fft.hpp:162

enum constant direct

direct

Only the direct (forward) transform.

Fully qualified name: kfr::dft_type::direct

Declared at dft/fft.hpp:163

enum constant inverse

inverse

Only the inverse transform.

Fully qualified name: kfr::dft_type::inverse

Declared at dft/fft.hpp:164

Fully qualified name: kfr::dft_type

Declared at dft/fft.hpp:160

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.