Function ngfft_initialize¶
function ngfft_initialize(ngfft_plan<T> &, dft_algorithm) dft¶
template <typename T>
inline bool ngfft_initialize(ngfft_plan<T>& plan, dft_algorithm algo = default_dft_algorithm) Initializes the plan's twiddles for a runtime algorithm value.
| plan | The plan to initialize; plan.twiddles must point to a valid buffer. |
| algo | FFT algorithm (defaults to fourstep ). |
true on success; false if the FFT size is invalid or the required twiddle buffer was not provided. |
Fully qualified name: kfr::ngfft_initialize(ngfft_plan<T> &, dft_algorithm)
Declared at dft/fft.hpp:1573
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.