Metadata-Version: 2.4
Name: numanalysis
Version: 0.1.1
Summary: Package for LU decomp
Home-page: https://github.com/1030minouche
Author: Aminouche
Author-email: solenouche@aminouche.fr
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# NumAnalysis

NumAnalysis is a Python library for basic numerical linear algebra operations.  
It currently provides functions for LU decomposition and Cholesky decomposition, with checks for matrix properties (square, symmetric, positive definite, etc.).  
The library is designed to grow and include more numerical analysis tools over time.

---
source code : https://github.com/1030minouche/numanalysis
## Installation

You can install NumAnalysis from PyPI (once published):

```bash
pip install numanalysis
