README.md
pyproject.toml
src/impact_matrix.egg-info/PKG-INFO
src/impact_matrix.egg-info/SOURCES.txt
src/impact_matrix.egg-info/dependency_links.txt
src/impact_matrix.egg-info/requires.txt
src/impact_matrix.egg-info/top_level.txt
src/matrix/__init__.py
src/matrix/cholesky_decomposition.py
src/matrix/eigenvalue_decomposition.py
src/matrix/lu_decomposition.py
src/matrix/maths.py
src/matrix/matrix.py
src/matrix/qr_decomposition.py
src/matrix/singular_value_decomposition.py
tests/test_cholesky.py
tests/test_eigen.py
tests/test_lu.py
tests/test_qr.py
tests/test_svd.py