LICENSE
README.md
pyproject.toml
setup.py
AC12066UNO.egg-info/PKG-INFO
AC12066UNO.egg-info/SOURCES.txt
AC12066UNO.egg-info/dependency_links.txt
AC12066UNO.egg-info/top_level.txt
ac12066uno/__init__.py
ac12066uno/biseccion.py
ac12066uno/cramer.py
ac12066uno/gauss.py
ac12066uno/gauss_jordan.py
ac12066uno/gauss_seidel.py
ac12066uno/jacobi.py
ac12066uno/lu.py
tests/__init__.py
tests/test_biseccion.py
tests/test_cramer.py
tests/test_dummy.py
tests/test_gauss.py
tests/test_gauss_jordan.py
tests/test_gauss_seidel.py
tests/test_jacobi.py
tests/test_lu.py