chunk | Cut the (i,j) part out of the TT-tensor |
col | Computes the columns of a block TT-tensor |
conj | Compute a complex conjugate of TT-tensor |
core | Converts TT-tensor TT1 to old-cell array format. |
diag | Constructs diagonal TT-matrix from TT-tensor |
disp | Command window display of a TT-tensor. |
display | Command window display of a TT_tensor. |
dot | Dot product of two TT tensors |
dot2 | Computes the scalar product of tt1 and tt2 as a product of numbers |
erank | Effective rank of the TT-tensor |
full | Converts TT-tensor to the full tensor |
funcrs | Cross approximation of a function of a TT-tensor, Method 1 |
funcrs2 | Cross approximation of a function of a TT-tensor, Method 2 |
horzcat | C=[A,B] |
kron | Kronecker product of two TT-tensors |
kron2 | Computes the Pseudokronecker product of TT tensors: |
mem | Computes memory for TT-tensor (only for cores) |
minus | A=B-C |
mrdivide | C = A/B |
mtimes | C = A*B |
ndims | Number of dimensions of a tensor |
norm | Frobenius norm of the TT-tensor |
numel1 | Number of elements in the TT-tensors |
plus | A=B+C |
power | C = A.^B |
qr | Left and right orthogonalization of the TT-format |
rank | Returns TT-ranks of the given tensor in TT-format |
rdivide | C = A./B |
reshape | Reshape of the TT-tensor |
round | Approximate TT-tensor with another one with specified accuracy |
row | Returns the k-the row of a TT-tensor |
size | Mode sizes of the TT-tensor |
squeeze | Removes singleton dimensions from the TT-tensor |
subsasgn | Indexing of cores of TT-format: T{I}=B |
subsref | Evaluate elements, cores of TT-formats and fields of the TT-structure |
sv | Computes singular values of all unfoldings of a TT-tensor |
times | A=B.*C |
tt_save | Saves TT-tensors into a Fortran-readable SDV format |
tt_tensor | TT-tensor constructor |
ttm | Tensor by matrix multiplication over a given mode |
tucker | Get Tucker factors and Tucker core in the TT-format |
uminus | T=-T |
uplus | Unary plus for TT-tensor |
vertcat | C=[A;B] |