Highly Efficient FFT for Exascale: HeFFTe v2.3
|
Defines the relationship between pairs of input-output types in the FFT algorithms. More...
#include <heffte_fft3d.h>
Public Types | |
using | type = scalar_type |
The output type corresponding to the scalar_type. | |
Defines the relationship between pairs of input-output types in the FFT algorithms.
The main class and specializations define a member type that defines the output complex number (with the appropriate precision) for the given input template parameter. This struct handles the complex-to-complex transforms.
scalar_type | defines the input to a discrete Fourier transform algorithm |