reshapeFourierStorageToRows

Reshape natural Fourier storage to its two-dimensional row view.

Developer documentation: this item describes internal implementation details.


Declaration

 fourierStorageRows = reshapeFourierStorageToRows(fourierStorage)

Parameters

  • fourierStorage natural Fourier storage [NxStorage,NyStorage,…]

Returns

  • fourierStorageRows row view [nFourierStorageRows,Nbatch]

Discussion

FourierStorage must begin with fourierStorageSize. All remaining dimensions are combined as Nbatch. Reshape does not reorder data.


This site uses Just the Docs, a documentation theme for Jekyll.