cuFFT requires that the input and output in R2C transforms are aligned to the complex type.
More...
#include <heffte_common.h>
|
static float * | pntr (float *p) |
| Align for float.
|
|
static double * | pntr (double *p) |
| Align for double.
|
|
static std::complex< float > * | pntr (std::complex< float > *p) |
| Align for complex-float.
|
|
static std::complex< double > * | pntr (std::complex< double > *p) |
| Align for complex-double.
|
|
template<typename backend_tag>
struct heffte::align< backend_tag >
cuFFT requires that the input and output in R2C transforms are aligned to the complex type.
The documentation for this struct was generated from the following file: