Skip to content

Macro KFR_DFT_ALGO_SWITCH

macro KFR_DFT_ALGO_SWITCH dft

KFR_DFT_ALGO_SWITCH(algo, ...)                                                                       \
    switch (algo)                                                                                            \
    {                                                                                                        \
    case dft_algorithm::fourstep:                                                                            \
    {                                                                                                        \
constexpr cval_t<dft_algorithm, dft_algorithm::fourstep> calg{};                                     \
__VA_ARGS__                                                                                          \
    }                                                                                                        \
    default:                                                                                                 \
KFR_UNREACHABLE;                                                                                     \
    }

Fully qualified name: KFR_DFT_ALGO_SWITCH

Declared at dft/fft.hpp:1540

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