.coveragerc
.gitignore
.gitmodules
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build-docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/pypi-test.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
lib/CMakeLists.txt
lib/src/common.cpp
lib/src/compressed_sparse_matrix.cpp
lib/src/delayed_binary_isometric_operation.cpp
lib/src/delayed_bind.cpp
lib/src/delayed_subset.cpp
lib/src/delayed_transpose.cpp
lib/src/delayed_unary_isometric_operation_simple.cpp
lib/src/delayed_unary_isometric_operation_with_args.cpp
lib/src/dense_matrix.cpp
lib/src/fragmented_sparse_matrix.cpp
lib/src/init.cpp
lib/src/unknown_matrix.cpp
lib/src/utils.h
src/mattress/InitializedMatrix.py
src/mattress/__init__.py
src/mattress/_utils.py
src/mattress/initialize.py
src/mattress.egg-info/PKG-INFO
src/mattress.egg-info/SOURCES.txt
src/mattress.egg-info/dependency_links.txt
src/mattress.egg-info/not-zip-safe
src/mattress.egg-info/requires.txt
src/mattress.egg-info/top_level.txt
src/mattress/include/mattress.h
tests/conftest.py
tests/test_compressed_sparse_matrix.py
tests/test_delayed_binary_isometric_operation.py
tests/test_delayed_bind.py
tests/test_delayed_subset.py
tests/test_delayed_transpose.py
tests/test_delayed_unary_isometric_operation_simple.py
tests/test_delayed_unary_isometric_operation_with_args.py
tests/test_dense_matrix.py
tests/test_fragmented_sparse_matrix.py
tests/test_miscellaneous.py
tests/test_unknown_matrix.py