Is there a good notation for stacking matrices into a tensor?

183 Views Asked by At

Let $v_1, v_2 \in \mathbb{R}^n$ be two vectors,

then a matrix with these vectors as columns is usually denoted as $M = [v_1|v_2]$


Now suppose I have matrices $M_1, M_2 \in \mathbb{R}^{m \times n}$

I want to represent the 3D tensor which is by stacking these matrices

enter image description here

Is $T = [M_1 | M_2]$ a good way of representation this tensor? Or is there some other way of representing this "embedding"?