.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-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/tutorial
docs/_static/.gitignore
src/mattress/TatamiNumericPointer.py
src/mattress/__init__.py
src/mattress/_cpphelpers.py
src/mattress/interface.py
src/mattress/utils.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
src/mattress/lib/bindings.cpp
src/mattress/lib/common.cpp
src/mattress/lib/compressed_sparse.cpp
src/mattress/lib/delayed_binary_isometric_op.cpp
src/mattress/lib/delayed_combine.cpp
src/mattress/lib/delayed_subset.cpp
src/mattress/lib/delayed_transpose.cpp
src/mattress/lib/delayed_unary_isometric_op_simple.cpp
src/mattress/lib/delayed_unary_isometric_op_with_args.cpp
src/mattress/lib/dense.cpp
tests/conftest.py
tests/test_delayed_binary_isometric_op.py
tests/test_delayed_combine.py
tests/test_delayed_subset.py
tests/test_delayed_transpose.py
tests/test_delayed_unary_isometric_op_simple.py
tests/test_delayed_unary_isometric_op_with_args.py
tests/test_dense.py
tests/test_miscellaneous.py
tests/test_sparse.py