#include <pocketfft_hdronly.h>
Definition at line 3456 of file pocketfft_hdronly.h.
Public Member Functions | |
| template<typename T0, typename T, typename Tplan, vcl_size_t vlen> | |
| void | operator() (const multi_iter< vlen > &it, const cndarr< T0 > &in, ndarr< T0 > &out, T *buf, const Tplan &plan, T0 fct) const |
Public Attributes | |
| bool | cosine |
| bool | ortho |
| int | type |
|
inline |
Definition at line 3463 of file pocketfft_hdronly.h.
References POCKETFFT_NAMESPACE::detail::copy_input(), POCKETFFT_NAMESPACE::detail::copy_output(), cosine, ortho, and type.
| bool POCKETFFT_NAMESPACE::detail::ExecDcst::cosine |
Definition at line 3460 of file pocketfft_hdronly.h.
Referenced by operator()().
| bool POCKETFFT_NAMESPACE::detail::ExecDcst::ortho |
Definition at line 3458 of file pocketfft_hdronly.h.
Referenced by operator()().
| int POCKETFFT_NAMESPACE::detail::ExecDcst::type |
Definition at line 3459 of file pocketfft_hdronly.h.
Referenced by operator()().