Metadata-Version: 2.1
Name: flt
Version: 2021.3.18.1
Summary: fast Legendre transform
Home-page: https://github.com/ntessore/flt
Maintainer: Nicolas Tessore
Maintainer-email: n.tessore@ucl.ac.uk
License: MIT
Description: 
        flt
        ===
        
        **fast Legendre transform**
        
        This is a minimal Python package for fast discrete Legendre transforms (DLTs).
        The implementation uses a recursive version of the matrix relations by Alpert &
        Rokhlin (1991) to compute the DLT via a discrete cosine transform (DCT).
        
        The package can be installed using pip:
        
            pip install flt
        
        For more information, please see the [documentation].
        
        Current functionality covers the absolutely minimal use case.  Please open an
        issue on GitHub if you would like to see anything added.
        
        [documentation]: https://cltools.readthedocs.io/flt/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
