.gitignore
LICENSE
Makefile
README.md
conf.py
index.rst
logo.png
logo_small.png
make.bat
pyproject.toml
requirements.txt
setup.py
test_amen_mult.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/testing.yml
cpp/BLAS.h
cpp/amen_divide.h
cpp/amen_solve.h
cpp/compression.h
cpp/cpp_ext.cpp
cpp/define.h
cpp/dmrg_mv.h
cpp/full.h
cpp/gmres.h
cpp/matvecs.h
cpp/ortho.h
cpp/test_gmres.cpp
docs/index_page.rst
docs/install.rst
docs/intro_page.rst
docs/modules.rst
docs/package-overview.rst
docs/torchtt.rst
docs/torchtt/cpp.html
docs/torchtt/errors.html
docs/torchtt/grad.html
docs/torchtt/index.html
docs/torchtt/interpolate.html
docs/torchtt/manifold.html
docs/torchtt/nn.html
docs/torchtt/solvers.html
docs/torchtt/torchtt.html
examples/automatic_differentiation.ipynb
examples/automatic_differentiation.py
examples/basic_linalg.ipynb
examples/basic_linalg.py
examples/basic_nn.ipynb
examples/basic_nn.py
examples/basic_tutorial.ipynb
examples/basic_tutorial.py
examples/cross_interpolation.ipynb
examples/cross_interpolation.py
examples/cuda.ipynb
examples/cuda.py
examples/efficient_linalg.ipynb
examples/efficient_linalg.py
examples/manifold.ipynb
examples/manifold.py
examples/mnist_nn.ipynb
examples/mnist_nn.py
examples/random_tt.py
examples/system_solvers.ipynb
examples/system_solvers.py
examples/tensor_completion.py
tests/test_ad.py
tests/test_algebra_2.py
tests/test_cross.py
tests/test_decomposition.py
tests/test_fast_products.py
tests/test_linalg.py
tests/test_solvers.py
tests/test_utils.py
torchTT.egg-info/PKG-INFO
torchTT.egg-info/SOURCES.txt
torchTT.egg-info/dependency_links.txt
torchTT.egg-info/requires.txt
torchTT.egg-info/top_level.txt
torchtt/INTRO.md
torchtt/__init__.py
torchtt/_amen.py
torchtt/_aux_ops.py
torchtt/_custom_timer.py
torchtt/_decomposition.py
torchtt/_division.py
torchtt/_dmrg.py
torchtt/_extras.py
torchtt/_fast_mult.py
torchtt/_iterative_solvers.py
torchtt/_torchtt.py
torchtt/_tt_base.py
torchtt/cpp.py
torchtt/errors.py
torchtt/grad.py
torchtt/interpolate.py
torchtt/manifold.py
torchtt/nn.py
torchtt/solvers.py
torchtt/cpp/BLAS.h
torchtt/cpp/amen_divide.h
torchtt/cpp/amen_solve.h
torchtt/cpp/compression.h
torchtt/cpp/cpp_ext.cpp
torchtt/cpp/define.h
torchtt/cpp/dmrg_mv.h
torchtt/cpp/full.h
torchtt/cpp/gmres.h
torchtt/cpp/matvecs.h
torchtt/cpp/ortho.h
torchtt/cpp/test_gmres.cpp