.gitattributes
.gitignore
.pre-commit-config.yaml
AGENTS.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GEMINI.md
LICENSE
README.md
SECURITY.md
codecov.yml
pyproject.toml
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/codeql.yml
.github/workflows/style.yml
.github/workflows/tags-release.yml
.github/workflows/test-ci.yml
examples/.gitignore
examples/01-regularised_solve.ipynb
examples/01-regularised_solve.py
examples/02-preconditioning.ipynb
examples/02-preconditioning.py
examples/03-differentiable_weight.ipynb
examples/03-differentiable_weight.py
examples/04-irgnm.ipynb
examples/04-irgnm.py
examples/README.md
examples/figures/differentiable_weight.png
examples/figures/irgnm.png
examples/figures/make_showcase.py
examples/figures/preconditioning.png
examples/figures/regularised_solve.png
examples/figures/showcase.png
scripts/build_examples.sh
scripts/format_and_lint.sh
scripts/sync_agent_docs.sh
src/torchsolve/__init__.py
src/torchsolve/_cg.py
src/torchsolve/_irgnm.py
src/torchsolve/_problem.py
src/torchsolve/_solvers.py
src/torchsolve.egg-info/PKG-INFO
src/torchsolve.egg-info/SOURCES.txt
src/torchsolve.egg-info/dependency_links.txt
src/torchsolve.egg-info/requires.txt
src/torchsolve.egg-info/scm_file_list.json
src/torchsolve.egg-info/scm_version.json
src/torchsolve.egg-info/top_level.txt
tests/conftest.py
tests/test_cg.py
tests/test_docstrings.py
tests/test_irgnm.py
tests/test_smoke.py