Specialization for r2c single precision.
More...
#include <heffte_backend_fftw.h>
|
| | plan_fftw (int size, int howmanyffts, int stride, int rdist, int cdist) |
| | Constructor taking into account the different sizes for the real and complex parts. More...
|
| |
|
| ~plan_fftw () |
| | Identical to the float-complex specialization.
|
| |
|
| operator fftwf_plan () const |
| | Identical to the float-complex specialization.
|
| |
|
|
fftwf_plan | plan |
| | Identical to the float-complex specialization.
|
| |
template<direction dir>
struct heffte::plan_fftw< float, dir >
Specialization for r2c single precision.
◆ plan_fftw()
Constructor taking into account the different sizes for the real and complex parts.
- Parameters
-
| size | is the number of entries in a 1-D transform |
| howmanyffts | is the number of transforms in the batch |
| stride | is the distance between entries of the same transform |
| rdist | is the distance between the first entries of consecutive sequences in the real sequences |
| cdist | is the distance between the first entries of consecutive sequences in the complex sequences |
The documentation for this struct was generated from the following file: