Metadata-Version: 2.1
Name: pylinlin
Version: 0.0.1
Summary: A nice linear algebra library
Home-page: https://github.com/owenl131/pylinlin
Author: Owen Leong
Author-email: owenl131@gmail.com
License: UNKNOWN
Description: # pylinlin
        
        Nice linear algebra library in python
        
        ## Goals
        
        - Test-driven development
        - Profiling of performance
        - Profiling of numerical stability
        
        ## TODOs
        
        - LU factorization
        - LU factorization with partial pivoting
        - QR factorization with householder matrices
        - Spectral decomposition
        - SVD
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
