LICENSE
README.md
setup.cfg
setup.py
cola/__init__.py
cola/annotations.py
cola/decompositions.py
cola/fns.py
cola/jax_fns.py
cola/np_fns.py
cola/torch_fns.py
cola/utils_test.py
cola/algorithms/__init__.py
cola/algorithms/arnoldi.py
cola/algorithms/cg.py
cola/algorithms/diagonal_estimation.py
cola/algorithms/gmres.py
cola/algorithms/iram.py
cola/algorithms/lanczos.py
cola/algorithms/lobpcg.py
cola/algorithms/power_iteration.py
cola/algorithms/preconditioners.py
cola/algorithms/randomized_svd.py
cola/algorithms/slq.py
cola/algorithms/svrg.py
cola/linalg/__init__.py
cola/linalg/diag_trace.py
cola/linalg/eigs.py
cola/linalg/inverse.py
cola/linalg/logdet.py
cola/linalg/nullspace.py
cola/linalg/pinv.py
cola/linalg/solve.py
cola/linalg/svd.py
cola/linalg/unary.py
cola/ops/__init__.py
cola/ops/operator_base.py
cola/ops/operators.py
cola/utils/__init__.py
cola/utils/control_flow.py
cola/utils/custom_autodiff.py
cola/utils/dispatch.py
cola/utils/jax_tqdm.py
cola/utils/torch_tqdm.py
cola_ml.egg-info/PKG-INFO
cola_ml.egg-info/SOURCES.txt
cola_ml.egg-info/dependency_links.txt
cola_ml.egg-info/requires.txt
cola_ml.egg-info/top_level.txt
tests/test_linalg.py
tests/test_operators.py