vincefn / pyvkfft

Python interface to VkFFT
MIT License
51 stars 6 forks source link

Support transform for arrays without C-odering (strides not in the order of axes) #20

Closed vincefn closed 1 year ago

vincefn commented 1 year ago

This should mostly (?) require reordering the axes in calc_transform_axes.

The calculation of the fft_scale factor for inplace R2C transforms will also need to be corrected

A warning should probably be issued for inplace R2C transforms since the extra two values along the fast axis may not be where they are expected.

This is a followup to #19