.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
tox.ini
linox/__init__.py
linox/_arithmetic.py
linox/_block.py
linox/_eigen.py
linox/_kronecker.py
linox/_linear_operator.py
linox/_low_rank.py
linox/_matrix.py
linox/_permutation.py
linox/typing.py
linox/utils.py
linox.egg-info/PKG-INFO
linox.egg-info/SOURCES.txt
linox.egg-info/dependency_links.txt
linox.egg-info/requires.txt
linox.egg-info/top_level.txt
tests/__init__.py
tests/test_arithmetics.py
tests/test_blocks.py
tests/test_kronecker.py
tests/test_linear_operator.py
tests/test_low_rank.py
tests/test_pytree.py
tests/test_linox_cases/__init__.py
tests/test_linox_cases/_linops_cases.py
tests/test_linox_cases/_matrix_cases.py