SciPy

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

Previous topic

scipy.fft.set_global_backend

Next topic

Legacy discrete Fourier transforms (scipy.fftpack)