#include <ei_imklfft_impl.h>
|
| | plan ()=default |
| |
| void | forward (complex_type *dst, complex_type *src, MKL_LONG nfft) |
| |
| void | inverse (complex_type *dst, complex_type *src, MKL_LONG nfft) |
| |
| void | forward (complex_type *dst, scalar_type *src, MKL_LONG nfft) |
| |
| void | inverse (scalar_type *dst, complex_type *src, MKL_LONG nfft) |
| |
| void | forward2 (complex_type *dst, complex_type *src, int n0, int n1) |
| |
| void | inverse2 (complex_type *dst, complex_type *src, int n0, int n1) |
| |
|
| std::shared_ptr< DFTI_DESCRIPTOR > | m_plan |
| |
| enum DFTI_CONFIG_VALUE | precision = DFTI_SINGLE |
| |
◆ complex_type
◆ scalar_type
◆ plan()
◆ forward() [1/2]
#define RUN_OR_ASSERT(EXPR, ERROR_MSG)
Definition: ei_imklfft_impl.h:20
void configure_descriptor(std::shared_ptr< DFTI_DESCRIPTOR > &handl, enum DFTI_CONFIG_VALUE precision, enum DFTI_CONFIG_VALUE forward_domain, MKL_LONG dimension, MKL_LONG *sizes)
Definition: ei_imklfft_impl.h:43
std::shared_ptr< DFTI_DESCRIPTOR > m_plan
Definition: ei_imklfft_impl.h:74
enum DFTI_CONFIG_VALUE precision
Definition: ei_imklfft_impl.h:78
References Eigen::internal::imklfft::configure_descriptor(), and RUN_OR_ASSERT.
◆ forward() [2/2]
◆ forward2()
◆ inverse() [1/2]
◆ inverse() [2/2]
◆ inverse2()
◆ m_plan
◆ precision
The documentation for this struct was generated from the following file: