MANIFEST.in
README.md
pyproject.toml
setup.py
scripts/__init__.py
scripts/data_download_util.py
scripts/dev-tucker.py
scripts/experiment_base.py
scripts/fast_tt_experiments.py
scripts/frostt.py
scripts/plot_cp_forest.py
scripts/plot_cp_tensor.py
scripts/plot_exact_recovery.py
scripts/plot_hilbert.py
scripts/plot_right_oversampling.py
scripts/plot_sqrt_tensor.py
scripts/plot_tt_plus_sparse.py
scripts/plot_tt_sum.py
tests/__init__.py
tests/test_fast_lazy_gaussian.py
tests/test_sketching_matrix.py
tests/test_tensor.py
tests/test_tt_gmres.py
tt_sketch/__init__.py
tt_sketch/drm_base.py
tt_sketch/sketch.py
tt_sketch/sketch_container.py
tt_sketch/sketch_dispatch.py
tt_sketch/tensor.py
tt_sketch/tt_gmres.py
tt_sketch/tt_svd.py
tt_sketch/utils.py
tt_sketch.egg-info/PKG-INFO
tt_sketch.egg-info/SOURCES.txt
tt_sketch.egg-info/dependency_links.txt
tt_sketch.egg-info/requires.txt
tt_sketch.egg-info/top_level.txt
tt_sketch/drm/__init__.py
tt_sketch/drm/dense_gaussian_drm.py
tt_sketch/drm/fast_lazy_gaussian.c
tt_sketch/drm/fast_lazy_gaussian.pyx
tt_sketch/drm/sparse_gaussian_drm.py
tt_sketch/drm/sparse_sign_drm.py
tt_sketch/drm/tensor_train_drm.py
tt_sketch/sketching_methods/__init__.py
tt_sketch/sketching_methods/abstract_methods.py
tt_sketch/sketching_methods/cp_sketch.py
tt_sketch/sketching_methods/dense_sketch.py
tt_sketch/sketching_methods/sparse_sketch.py
tt_sketch/sketching_methods/tensor_train_sketch.py
tt_sketch/sketching_methods/tucker_sketch.py