Metadata-Version: 2.4
Name: easygsvd
Version: 0.0.3
Summary: A pure-python, friendly interface to the generalized singular value decomposition (GSVD).
Project-URL: Homepage, https://github.com/jlindbloom/easygsvd
Project-URL: Bug Tracker, https://github.com/jlindbloom/easygsvd/issues
Author-email: Jonathan Lindbloom <jonathan@lindbloom.com>
License-File: LICENSE
Keywords: GSVD,generalized singular value decomposition
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.7
Description-Content-Type: text/markdown

A pure-python, friendly interface to the generalized singular value decomposition (GSVD).

Install with ```pip install easygsvd```.
