Gromacs
2024.3
|
Helper struct to reduce repetitive code setting up a 3D FFT plan.
Public Attributes | |
rocfft_array_type | arrayType |
Format of the input array (real or hermitian) | |
std::array< size_t, DIM > | strides |
Strides through the input array for the three dimensions. | |
size_t | totalSize |
Total size of the input array (including padding) | |