.gitignore
.pre-commit-config.yaml
LICENSE
README.md
linox_logo.png
pyproject.toml
test_dispatches_quick.py
test_quick.py
tox.ini
examples/gp_operator_heat1d_walkthrough.ipynb
examples/gp_operator_walkthrough.ipynb
examples/osci_gp_operator_walkthrough_predictions.png
examples/osci_gp_operator_walkthrough_uncertainty.png
helper/__init__.py
helper/data.py
helper/gp.py
helper/kernel.py
helper/new_gp.py
helper/plotting.py
linox/__init__.py
linox/_arithmetic.py
linox/_block.py
linox/_eigen.py
linox/_isotropicadd.py
linox/_kernel.py
linox/_kronecker.py
linox/_linear_operator.py
linox/_low_rank.py
linox/_matrix.py
linox/_permutation.py
linox/_registry.py
linox/_toeplitz.py
linox/config.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
linox/_algorithms/README.md
linox/_algorithms/__init__.py
linox/_algorithms/_lanczos_arnoldi.py
linox/_algorithms/_lanzcos.py
linox/_algorithms/_lsmr.py
linox/_algorithms/_matrix_functions.py
linox/_algorithms/_svd.py
linox/_algorithms/_toeplitz.py
linox/_algorithms/_trace.py
linox/kernels/__init__.py
linox/kernels/kernel.py
tests/__init__.py
tests/test_algorithms.py
tests/test_api_imports.py
tests/test_arithmetics.py
tests/test_blocks.py
tests/test_combinations.py
tests/test_decompositions.py
tests/test_diagonal_lazy.py
tests/test_early_densification.py
tests/test_eigen.py
tests/test_isotropicadd.py
tests/test_kernel.py
tests/test_kronecker.py
tests/test_linear_operator.py
tests/test_low_rank.py
tests/test_operations.py
tests/test_pytree.py
tests/test_structured_dispatches.py
tests/test_svd.py
tests/test_toeplitz.py
tests/test_utils.py
tests/test_linox_cases/__init__.py
tests/test_linox_cases/_kronecker_cases.py
tests/test_linox_cases/_linops_cases.py
tests/test_linox_cases/_matrix_cases.py
tests/test_linox_cases/_operations_cases.py