DaMAT
Welcome to DaMAT package documentation!
This python package currently offers support for multidimensional tensors in Tensor-Train format. We use the TT-SVD algorithm proposed by Ivan Oseledets and TT-ICE algorithm proposed by Doruk Aksoy.
In future releases, the coverage may be extended to other tensor decomposition formats such as CP and/or Tucker.
1""" 2Welcome to DaMAT package documentation! 3 4 5This python package currently offers support for multidimensional tensors in Tensor-Train format. 6We use the TT-SVD algorithm proposed by Ivan Oseledets and TT-ICE algorithm proposed by Doruk Aksoy. 7 8In future releases, the coverage may be extended to other tensor decomposition formats such as CP and/or Tucker. 9""" 10 11from .ttObject import ttObject 12from .utils import *