LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
src/matcouply/__init__.py
src/matcouply/_doc_utils.py
src/matcouply/_unimodal_regression.py
src/matcouply/_utils.py
src/matcouply/conftest.py
src/matcouply/coupled_matrices.py
src/matcouply/data.py
src/matcouply/decomposition.py
src/matcouply/penalties.py
src/matcouply/random.py
src/matcouply.egg-info/PKG-INFO
src/matcouply.egg-info/SOURCES.txt
src/matcouply.egg-info/dependency_links.txt
src/matcouply.egg-info/requires.txt
src/matcouply.egg-info/top_level.txt
src/matcouply/datasets/bike.zip
src/matcouply/testing/__init__.py
src/matcouply/testing/admm_penalty.py
src/matcouply/testing/fixtures.py
src/matcouply/testing/utils.py
tests/test_coupled_matrices.py
tests/test_data.py
tests/test_decomposition.py
tests/test_penalties.py
tests/test_random.py
tests/test_unimodal_regression.py
tests/test_utils.py