pub fn with_fft_settings<F, R>(builder: FftContextBuilder, f: F) -> FFTResult<R>where
F: FnOnce() -> R,
Expand description
Use specific FFT settings within a scope
pub fn with_fft_settings<F, R>(builder: FftContextBuilder, f: F) -> FFTResult<R>where
F: FnOnce() -> R,
Use specific FFT settings within a scope