Description Usage Arguments Details Value References See Also Examples
For 3-tensors only. Stacks the slices along the third mode. This is the prevalent unfolding for T-SVD and T-MULT based on block circulant matrices.
1 2 3 4 |
tnsr |
the Tensor instance |
matvec(tnsr)
matrix with prod(x@modes[-m])
rows and x@modes[m]
columns
M. Kilmer, K. Braman, N. Hao, and R. Hoover, "Third-order tensors as operators on matrices: a theoretical and computational framework with applications in imaging". SIAM Journal on Matrix Analysis and Applications 2013.
k_unfold-methods
and unfold-methods
1 2 | tnsr <- rand_tensor(c(2,3,4))
matT1<- matvec(tnsr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.