https://github.com/jyhmiinlin/pynufft
Raw File
Tip revision: 7a4b6e944f04ce1bbf5dfda29ae11321f96e3264 authored by Your Name on 24 December 2016, 10:38:17 UTC
rename backward() as adjoint()
Tip revision: 7a4b6e9
README.rst
pynufft
=======

pynufft: A pythonic non-uniform fast Fourier transform (NUFFT)

Installation:
-------------

pip install pynufft

Example:
--------

Inside the python environment, type:

            | import pynufft.pynufft
            | pynufft.pynufft.test\_2D() # test the 2D case
back to top