Kron product between two tensors in TT format. Complexity: O(1)
Multidimensional contraction of tensor A with vectors in list U. Complexity: O(dnr^2)
Parameters: |
|
---|
Compute the norm of tensor A.
Parameters: |
|
---|
Solves the system \(Ax=b\) using the Steepest Descent method in Tensor Train format.
Parameters: |
|
---|---|
Returns: | tuple (x,conv,info)
|
Solves the system \(Ax=b\) using the Conjugate Gradient method in Tensor Train format.
Parameters: |
|
---|---|
Returns: | tuple (x,conv,info)
|
Solves the system \(Ax=b\) using the Bi-Conjugate Gradient Stabilized method using Tensor Train format.
Parameters: |
|
---|---|
Returns: | tuple (x,conv,info)
|
Solves the system \(Ax=b\) using the Generalized Minimum Residual method with Modified Gram-Schmidt iterations using Tensor Train format.
Parameters: |
|
---|---|
Returns: | tuple (x,conv,info)
|
Note: | not optimized for symmetric A |