Highly Efficient FFT for Exascale: HeFFTe v2.4
|
Specialization for double complex. More...
#include <heffte_backend_fftw.h>
Public Member Functions | |
plan_fftw (int size, int howmanyffts, int stride, int dist) | |
Identical to the float-complex specialization. | |
plan_fftw (int size1, int size2, std::array< int, 2 > const &embed, int howmanyffts, int stride, int dist) | |
Identical to the float-complex specialization. | |
plan_fftw (int size1, int size2, int size3) | |
Identical to the float-complex specialization. | |
~plan_fftw () | |
Identical to the float-complex specialization. | |
operator fftw_plan () const | |
Identical to the float-complex specialization. | |
Public Attributes | |
fftw_plan | plan |
Identical to the float-complex specialization. | |
Specialization for double complex.