Metadata-Version: 2.1
Name: finufft
Version: 2.2.0b0
Summary: Python interface to FINUFFT
Home-page: https://github.com/flatironinstitute/finufft
Author: Python interfaces by: Jeremy Magland, Daniel Foreman-Mackey, Joakim Anden, Libin Lu, and Alex Barnett
Author-email: abarnett@flatironinstitute.org
License: Apache 2
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy >=1.12.0

# Flatiron Institute Nonuniform Fast Fourier Transform library: FINUFFT

Principal author **Alex H. Barnett**, main co-developers Jeremy F. Magland, Ludvig af Klinteberg, Yu-hsuan "Melody" Shih, Andrea Malleo, Libin Lu, and Joakim Andén.

This package provides a Python interface to the library, enabling fast computation of nonuniform discrete Fourier transforms to specified precision in one, two, and three dimensions.
It supports transforms of type 1 (nonuniform to uniform), type 2 (uniform to nonuniform) and type 3 (nonuniform to nonuniform).
For more information, see the [online documentation](https://finufft.readthedocs.io/en/latest/python.html).

If you find FINUFFT useful in your work, please cite this package and our paper:

    A parallel non-uniform fast Fourier transform library based on an ``exponential of semicircle'' kernel.
    A. H. Barnett, J. F. Magland, and L. af Klinteberg.
    SIAM J. Sci. Comput. 41(5), C479–C504 (2019).
