FFTW.jl icon indicating copy to clipboard operation
FFTW.jl copied to clipboard

Support row-major (transpose/adjoint) matrices

Open dlfivefifty opened this issue 2 years ago • 0 comments

At the moment FFTW.jl converts to column major. This is particularly silly since, apparently, FFTW itself then converts back to row major:

https://www.fftw.org/fftw3_doc/Column_002dmajor-Format.html

It therefore seems natural to support row major directly in this package.

dlfivefifty avatar Oct 08 '21 13:10 dlfivefifty