scipy.fft.register_backend¶
-
scipy.fft.
register_backend
(backend)[source]¶ Register a backend for permanent use.
Registered backends have the lowest priority and will be tried after the global backend.
- Parameters
- backend: {object, ‘scipy’}
The backend to use. Can either be a
str
containing the name of a known backend {‘scipy’}, or an object that implements the uarray protocol.
- Raises
- ValueError: If the backend does not implement
numpy.scipy.fft
- ValueError: If the backend does not implement