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.
Usage
matvec(tnsr)
# S4 method for Tensor
matvec(tnsr)
Arguments
tnsr
the Tensor instance
Value
matrix with prod(x@modes[-m]) rows and x@modes[m] columns
Details
matvec(tnsr)
References
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.