.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/examples/README.txt
docs/materials/examples/example_cli.py
docs/materials/examples/example_decompositions.py
docs/materials/examples/example_deep_learning.py
docs/materials/examples/example_distributed_decompositions.py
skerch/__init__.py
skerch/__main__.py
skerch/a_posteriori.py
skerch/a_priori.py
skerch/decompositions.py
skerch/distributed_decompositions.py
skerch/distributed_measurements.py
skerch/linops.py
skerch/ssrft.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.py
skerch/cli/merge_hdf5.py
skerch/cli/post_bounds.py
skerch/cli/prio_hpars.py
test/__init__.py
test/conftest.py
test/dseigh.py
test/dssvd.py
test/test_a_posteriori.py
test/test_a_priori.py
test/test_decompositions.py
test/test_distributed_decompositions.py
test/test_distributed_measurements.py
test/test_linops.py
test/test_qr.py
test/test_ssrft.py
test/test_synthetic_matrices.py