Highly Efficient FFT for Exascale: HeFFTe v2.3
heffte::plan_fftw< typename, direction > Struct Template Reference

Base plan for fftw, using only the specialization for float and double complex. More...

#include <heffte_backend_fftw.h>

Detailed Description

template<typename, direction>
struct heffte::plan_fftw< typename, direction >

Base plan for fftw, using only the specialization for float and double complex.

FFTW3 library uses plans for forward and backward fft transforms. The specializations to this struct will wrap around such plans and provide RAII style of memory management and simple constructors that take inputs suitable to HeFFTe.


The documentation for this struct was generated from the following file: