operators.base

operators.base#

Base Fourier Operator interface.

from CEA-COSMIC/pysap-mri

author:

Pierre-Antoine Comby

Functions

check_backend

Check if a specific backend is available.

get_operator

Return an MRI Fourier operator interface using the correct backend.

list_backends

Return a list of backend.

with_numpy

Ensure the function works internally with numpy array.

with_numpy_cupy

Ensure the function works internally with numpy or cupy array.

Classes

FourierOperatorBase

Base Fourier Operator class.

FourierOperatorCPU

Base class for CPU-based NUFFT operator.