allocateFourierStorage
Allocate a zeroed complex Fourier row view.
Developer documentation: this item describes internal implementation details.
Declaration
fourierStorageRows = allocateFourierStorage(nBatch)
Parameters
nBatchpositive number of independent transform batches
Returns
fourierStorageRowszeroed complex Fourier row view
Discussion
The returned array has shape [nFourierStorageRows,Nbatch]. Use reshapeFourierRowsToStorage when an FFT backend needs the natural [NxStorage,NyStorage,Nbatch] shape.