operators.interfaces

operators.interfaces#

Interface for the NUFFT operator of each backend.

mrinufft.operators.interfaces.bart

Interface for the BART NUFFT.

mrinufft.operators.interfaces.cufinufft

Provides Operator for MR Image processing on GPU.

mrinufft.operators.interfaces.finufft

Finufft interface.

mrinufft.operators.interfaces.gpunufft

Interface to the GPU NUFFT library.

mrinufft.operators.interfaces.nfft

An implementation of the NUDFT using numpy.

mrinufft.operators.interfaces.nudft_numpy

An implementation of the NUDFT using numpy.

mrinufft.operators.interfaces.pynufft_cpu

PyNUFFT CPU Interface.

mrinufft.operators.interfaces.sigpy

Sigpy NUFFT interface.

mrinufft.operators.interfaces.tfnufft

Tensorflow MRI Nufft Operators.

mrinufft.operators.interfaces.utils

Utilities for interfaces.