Module memory_efficient

Module memory_efficient 

Source
Expand description

Memory-efficient FFT operations

This module provides memory-efficient implementations of FFT operations that minimize allocations for large arrays.

Enums§

FftMode
Memory efficient FFT operation mode

Functions§

fft2_efficient
Computes 2D FFT with memory efficiency in mind
fft_inplace
Computes FFT in-place to minimize memory allocations
fft_streaming
Compute large array FFT with streaming to minimize memory usage
process_in_chunks
Process large arrays in chunks to minimize memory usage