Metadata-Version: 2.1
Name: pyfaust
Version: 3.2.5
Summary: FAµST python toolbox
Home-page: https://faust.inria.fr
Author: INRIA
Author-email: remi.gribonval@inria.fr
License: 3-clause BSD 2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: 
Requires-Dist: pygsp
Requires-Dist: scipy
Requires-Dist: numpy (>=1.20)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: pathlib

The FAµST toolbox provides algorithms and data structures to decompose a given dense matrix into a product of sparse matrices in order to reduce its computational complexity (both for storage and manipulation).  FaµST can be used to:

- speedup / reduce the memory footprint of iterative algorithms commonly used for solving high dimensional linear inverse problems,

- learn dictionaries with an intrinsically efficient implementation,

- compute (approximate) fast Fourier transforms on graphs.



