Module context

Module context 

Source
Expand description

FFT Context Managers

This module provides context managers for temporarily changing FFT settings such as backends, worker counts, and plan caching behavior.

Structs§

FftContext
Context manager for FFT settings
FftContextBuilder
Builder for FFT context configuration
FftSettingsGuard
Context guard that automatically restores settings when dropped

Functions§

fft_context
Create an FFT context with specific settings
with_backend
Convenience function for using a specific backend
with_fft_settings
Use specific FFT settings within a scope
with_workers
Convenience function for using specific number of workers
without_cache
Convenience function for running without cache