Produces matricizations of a three-way array into matrices denoted as super-matrices.
supermat(X)
Arguments
X: Array to be unfolded
Returns
A list including the following components: - Xa: Super-matrix with B-mode entities nested within C-mode entities (all the frontal slices of the array next to each other)
Xb: Super-matrix with C-mode entities nested within A-mode entities (all the horizontal slices of the array next to each other)
Xc: Super-matrix with A-mode entities nested within B-mode entities (all the lateral slices of the array next to each other)
References
H.A.L. Kiers (2000). Towards a standardized notation and terminology in multiway analysis. Journal of Chemometrics 14:105--122.