LICENSE
README.md
pyproject.toml
linox/__init__.py
linox/_types.py
linox/api.py
linox/config.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/cache/__init__.py
linox/cache/session.py
linox/debug/__init__.py
linox/debug/trace.py
linox/interop/__init__.py
linox/interop/_torch.py
linox/interop/skerch.py
linox/linalg/__init__.py
linox/linalg/_toeplitz_solve.py
linox/linalg/determinants.py
linox/linalg/functions.py
linox/linalg/solution.py
linox/linalg/spectral.py
linox/linalg/trace.py
linox/linalg/woodbury.py
linox/linalg/approx/__init__.py
linox/linalg/approx/arnoldi.py
linox/linalg/approx/cg.py
linox/linalg/approx/hutchinson.py
linox/linalg/approx/lanczos.py
linox/linalg/approx/lsmr.py
linox/linalg/approx/slq.py
linox/operators/__init__.py
linox/operators/arithmetic.py
linox/operators/base.py
linox/operators/block.py
linox/operators/dense.py
linox/operators/diagonal.py
linox/operators/eigen.py
linox/operators/factor.py
linox/operators/functional.py
linox/operators/isotropic.py
linox/operators/kernel.py
linox/operators/kron.py
linox/operators/lowrank.py
linox/operators/permutation.py
linox/operators/special.py
linox/operators/toeplitz.py
linox/operators/wrappers.py
linox/structure/__init__.py
linox/structure/analyze.py
linox/structure/canonical.py
linox/structure/canonicalize.py
linox/structure/fingerprint.py
linox/structure/ir.py
linox/utils/__init__.py
linox/utils/array.py
linox/utils/checks.py
linox/utils/debug.py
linox/utils/validation.py
tests/test_algorithms.py
tests/test_api_canonical.py
tests/test_api_imports.py
tests/test_approx.py
tests/test_arithmetics.py
tests/test_blocks.py
tests/test_cg.py
tests/test_combinations.py
tests/test_crashing_entrypoints.py
tests/test_decompositions.py
tests/test_determinants.py
tests/test_diagonal_lazy.py
tests/test_dispatch_leaks.py
tests/test_docs_examples.py
tests/test_dtype_preservation.py
tests/test_early_densification.py
tests/test_eigen.py
tests/test_eigh.py
tests/test_graph.py
tests/test_hutchinson.py
tests/test_inspect_hypothesis.py
tests/test_isotropic_checks.py
tests/test_isotropicadd.py
tests/test_jit_compatibility.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_operator_conformance.py
tests/test_pytree.py
tests/test_rewrites.py
tests/test_skerch_compat.py
tests/test_solve_result.py
tests/test_structure.py
tests/test_structured_dispatches.py
tests/test_svd.py
tests/test_toeplitz.py
tests/test_traced_values.py
tests/test_transpose_matrix_free.py
tests/test_utils.py
tests/test_validation.py
tests/test_woodbury.py
tests/test_wrappers.py