Class ngfft_plan_real¶
class ngfft_plan_real<T> dft¶
template <typename T>
struct ngfft_plan_real : public ngfft_plan<T> { … } constructor ngfft_plan_real<T>() ¶
ngfft_plan_real() noexcept = default Fully qualified name: kfr::ngfft_plan_real<T>::ngfft_plan_real<T>()
Declared at dft/fft.hpp:1461
constructor ngfft_plan_real<T>(uint8_t) ¶
ngfft_plan_real(uint8_t l2fftsize) noexcept Fully qualified name: kfr::ngfft_plan_real<T>::ngfft_plan_real<T>(uint8_t)
Declared at dft/fft.hpp:1462
Fully qualified name: kfr::ngfft_plan_real<T>
Declared at dft/fft.hpp:1459
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.