.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
makefile
pyproject.toml
setup.cfg
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/custom.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yaml
docs/materials/for_developers.rst
docs/materials/getting_started.rst
docs/materials/index.rst
docs/materials/apidoc_templates/module.rst_t
docs/materials/apidoc_templates/package.rst_t
docs/materials/apidoc_templates/toc.rst_t
docs/materials/assets/favicon.ico
docs/materials/assets/skerch_full.png
docs/materials/assets/skerch_full.svg
docs/materials/assets/skerch_horizontal.svg
docs/materials/assets/skerch_horizontal_inv.svg
docs/materials/assets/skerch_logo.svg
docs/materials/assets/skerch_qr.png
docs/materials/assets/skerch_qr.svg
docs/materials/assets/skerch_text.svg
docs/materials/assets/sketch_and_solve.png
docs/materials/examples/README.txt
docs/materials/examples/cli.py
docs/materials/examples/deep_learning.py
docs/materials/examples/extending.py
docs/materials/examples/hdf5.py
docs/materials/examples/linops.py
docs/materials/examples/lowrank.py
docs/materials/examples/synthmat.py
docs/materials/examples/trace_diag_triang.py
skerch/__init__.py
skerch/__main__.py
skerch/a_posteriori.py
skerch/algorithms.py
skerch/hdf5.py
skerch/linops.py
skerch/measurements.py
skerch/recovery.py
skerch/synthmat.py
skerch/utils.py
skerch.egg-info/PKG-INFO
skerch.egg-info/SOURCES.txt
skerch.egg-info/dependency_links.txt
skerch.egg-info/not-zip-safe
skerch.egg-info/requires.txt
skerch.egg-info/top_level.txt
skerch/cli/__init__.py
skerch/cli/create_hdf5_layout_lop.py
skerch/cli/merge_hdf5.py
skerch/cli/post_bounds.py
test/__init__.py
test/conftest.py
test/test_a_posteriori.py
test/test_algorithms.py
test/test_cli.py
test/test_hdf5.py
test/test_linop_aggregate.py
test/test_linop_base.py
test/test_linop_subtypes.py
test/test_linop_torchwrapper.py
test/test_measurements.py
test/test_recovery.py
test/test_synthmat.py
test/test_utils.py