Metadata-Version: 2.1
Name: pylinlin
Version: 0.0.3
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 [![PyPI version](https://badge.fury.io/py/pylinlin.svg)](https://badge.fury.io/py/pylinlin) [![codecov](https://codecov.io/gh/owenl131/pylinlin/branch/main/graph/badge.svg)](https://codecov.io/gh/owenl131/pylinlin)
        
        
        Nice linear algebra library in python
        
        ## Goals
        
        - Test-driven development
        - Profiling of performance
        - Profiling of numerical stability
        
        ## TODOs
        
        - [x] LU factorization
        - [ ] LU factorization with partial pivoting
        - [x] QR factorization with householder matrices
        - [ ] QR factorization with pivoting
        - [ ] 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
