.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.conda/meta.yaml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/documentation_examples.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/other.md
.github/ISSUE_TEMPLATE/refactor.md
.github/workflows/deploy.yml
.github/workflows/run_test_suite.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/about.rst
docs/source/composition_decoration_operators.rst
docs/source/conf.py
docs/source/converting.rst
docs/source/custom_linear_operators.rst
docs/source/data_sparse_operators.rst
docs/source/index.rst
docs/source/install.rst
docs/source/linear_operator.rst
docs/source/namespace.rst
docs/source/settings.rst
docs/source/structure.rst
docs/source/using.rst
docs/source/utils.rst
examples/LinearOperator_demo.ipynb
linear_operator/__init__.py
linear_operator/beta_features.py
linear_operator/settings.py
linear_operator/version.py
linear_operator.egg-info/PKG-INFO
linear_operator.egg-info/SOURCES.txt
linear_operator.egg-info/dependency_links.txt
linear_operator.egg-info/requires.txt
linear_operator.egg-info/top_level.txt
linear_operator/functions/__init__.py
linear_operator/functions/_diagonalization.py
linear_operator/functions/_dsmm.py
linear_operator/functions/_inv_quad.py
linear_operator/functions/_inv_quad_logdet.py
linear_operator/functions/_matmul.py
linear_operator/functions/_pivoted_cholesky.py
linear_operator/functions/_root_decomposition.py
linear_operator/functions/_solve.py
linear_operator/functions/_sqrt_inv_matmul.py
linear_operator/operators/__init__.py
linear_operator/operators/_linear_operator.py
linear_operator/operators/added_diag_linear_operator.py
linear_operator/operators/batch_repeat_linear_operator.py
linear_operator/operators/block_diag_linear_operator.py
linear_operator/operators/block_interleaved_linear_operator.py
linear_operator/operators/block_linear_operator.py
linear_operator/operators/cat_linear_operator.py
linear_operator/operators/chol_linear_operator.py
linear_operator/operators/constant_mul_linear_operator.py
linear_operator/operators/dense_linear_operator.py
linear_operator/operators/diag_linear_operator.py
linear_operator/operators/identity_linear_operator.py
linear_operator/operators/interpolated_linear_operator.py
linear_operator/operators/keops_linear_operator.py
linear_operator/operators/kronecker_product_added_diag_linear_operator.py
linear_operator/operators/kronecker_product_linear_operator.py
linear_operator/operators/linear_operator_representation_tree.py
linear_operator/operators/low_rank_root_added_diag_linear_operator.py
linear_operator/operators/low_rank_root_linear_operator.py
linear_operator/operators/matmul_linear_operator.py
linear_operator/operators/mul_linear_operator.py
linear_operator/operators/psd_sum_linear_operator.py
linear_operator/operators/root_linear_operator.py
linear_operator/operators/sum_batch_linear_operator.py
linear_operator/operators/sum_kronecker_linear_operator.py
linear_operator/operators/sum_linear_operator.py
linear_operator/operators/toeplitz_linear_operator.py
linear_operator/operators/triangular_linear_operator.py
linear_operator/operators/zero_linear_operator.py
linear_operator/test/__init__.py
linear_operator/test/base_test_case.py
linear_operator/test/linear_operator_test_case.py
linear_operator/test/utils.py
linear_operator/utils/__init__.py
linear_operator/utils/broadcasting.py
linear_operator/utils/cholesky.py
linear_operator/utils/contour_integral_quad.py
linear_operator/utils/deprecation.py
linear_operator/utils/errors.py
linear_operator/utils/getitem.py
linear_operator/utils/interpolation.py
linear_operator/utils/lanczos.py
linear_operator/utils/linear_cg.py
linear_operator/utils/memoize.py
linear_operator/utils/minres.py
linear_operator/utils/permutation.py
linear_operator/utils/pinverse.py
linear_operator/utils/qr.py
linear_operator/utils/sparse.py
linear_operator/utils/stochastic_lq.py
linear_operator/utils/toeplitz.py
linear_operator/utils/warnings.py
test/__init__.py
test/functions/__init__.py
test/functions/test_diagonalization.py
test/functions/test_dsmm.py
test/functions/test_inv_quad.py
test/functions/test_inv_quad_logdet.py
test/functions/test_matmul.py
test/functions/test_pivoted_cholesky.py
test/functions/test_root_decomposition.py
test/functions/test_solve.py
test/operators/__init__.py
test/operators/test_added_diag_linear_operator.py
test/operators/test_batch_repeat_linear_operator.py
test/operators/test_block_diag_linear_operator.py
test/operators/test_block_interleaved_linear_operator.py
test/operators/test_cat_linear_operator.py
test/operators/test_chol_linear_operator.py
test/operators/test_constant_mul_linear_operator.py
test/operators/test_dense_linear_operator.py
test/operators/test_diag_linear_operator.py
test/operators/test_identity_linear_operator.py
test/operators/test_interpolated_linear_operator.py
test/operators/test_kronecker_product_added_diag_linear_operator.py
test/operators/test_kronecker_product_linear_operator.py
test/operators/test_low_rank_root_added_diag_linear_operator.py
test/operators/test_low_rank_root_linear_operator.py
test/operators/test_matmul_linear_operator.py
test/operators/test_mul_linear_operator.py
test/operators/test_psd_sum_linear_operator.py
test/operators/test_root_linear_operator.py
test/operators/test_sum_batch_linear_operator.py
test/operators/test_sum_kronecker_linear_operator.py
test/operators/test_sum_linear_operator.py
test/operators/test_toeplitz_linear_operator.py
test/operators/test_triangular_linear_operator.py
test/operators/test_zero_linear_operator.py
test/utils/__init__.py
test/utils/test_cholesky.py
test/utils/test_getitem.py
test/utils/test_interpolation.py
test/utils/test_lanczos.py
test/utils/test_linear_cg.py
test/utils/test_minres.py
test/utils/test_permutation.py
test/utils/test_sparse.py
test/utils/test_toeplitz.py