.codecov.yml
.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
linsolve_example.ipynb
pyproject.toml
.github/dependabot.yml
.github/labels.yml
.github/release-drafter.yml
.github/workflows/auto-merge-deps.yml
.github/workflows/check-build.yml
.github/workflows/labeler.yml
.github/workflows/publish.yaml
.github/workflows/run_tests.yaml
.github/workflows/warnings_tests.yaml
ci/test_environment.yml
imgs/linear_model.png
imgs/points.png
src/linsolve/__init__.py
src/linsolve/_version.py
src/linsolve/linsolve.py
src/linsolve/version.py
src/linsolve.egg-info/PKG-INFO
src/linsolve.egg-info/SOURCES.txt
src/linsolve.egg-info/dependency_links.txt
src/linsolve.egg-info/requires.txt
src/linsolve.egg-info/top_level.txt
tests/benchmark_A_large_shared.py
tests/benchmark_A_large_shared_sparse.py
tests/benchmark_A_small_shared.py
tests/benchmark_A_small_shared_sparse.py
tests/benchmark_A_small_unique.py
tests/benchmark_A_small_unique_sparse.py
tests/test_linsolve.py