Highly Efficient FFT for Exascale: HeFFTe v2.4
Loading...
Searching...
No Matches
heffte::plan_fftw< std::complex< double >, dir > Struct Template Reference

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.
 

Detailed Description

template<direction dir>
struct heffte::plan_fftw< std::complex< double >, dir >

Specialization for double complex.


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