LICENSE.txt
README.md
pyproject.toml
matrepr/__init__.py
matrepr/base_formatter.py
matrepr/html.py
matrepr/html_formatter.py
matrepr/jupyter.py
matrepr/jupyter_html.py
matrepr/jupyter_latex.py
matrepr/latex.py
matrepr/latex_formatter.py
matrepr/list_converter.py
matrepr/string_formatter.py
matrepr.egg-info/PKG-INFO
matrepr.egg-info/SOURCES.txt
matrepr.egg-info/dependency_links.txt
matrepr.egg-info/requires.txt
matrepr.egg-info/top_level.txt
matrepr/adapters/__init__.py
matrepr/adapters/graphblas_driver.py
matrepr/adapters/graphblas_impl.py
matrepr/adapters/list_like.py
matrepr/adapters/numpy_driver.py
matrepr/adapters/numpy_impl.py
matrepr/adapters/scipy_driver.py
matrepr/adapters/scipy_impl.py
matrepr/adapters/sparse_driver.py
matrepr/adapters/sparse_impl.py
matrepr/adapters/tensorflow_driver.py
matrepr/adapters/tensorflow_impl.py
matrepr/adapters/torch_driver.py
matrepr/adapters/torch_impl.py
matrepr/patch/__init__.py
matrepr/patch/graphblas.py
matrepr/patch/scipy.py
matrepr/patch/sparse.py
tests/test_basic.py
tests/test_graphblas.py
tests/test_html.py
tests/test_latex.py
tests/test_list_like.py
tests/test_numpy.py
tests/test_performance.py
tests/test_scipy.py
tests/test_sparse.py
tests/test_str.py
tests/test_tensorflow.py
tests/test_torch.py