Expand description
FFT Backend System
This module provides a pluggable backend system for FFT implementations, similar to SciPy’s backend model. This allows users to choose between different FFT implementations at runtime.
Structs§
- Backend
Context - Context manager for temporarily using a different backend
- Backend
Info - Information about a backend
- Backend
Manager - Backend manager for FFT operations
- Rust
FftBackend - RustFFT backend implementation
Traits§
- FftBackend
- FFT Backend trait for implementing different FFT algorithms
Functions§
- get_
backend_ info - Get backend information
- get_
backend_ manager - Get the global backend manager
- get_
backend_ name - Get current backend name
- init_
backend_ manager - Initialize global backend manager with custom configuration
- list_
backends - List available backends
- set_
backend - Set the current backend