semi_augment concat two matrices with the same number
of columns.
Input :
Output :
Input :
Output :
Note the difference with concat.
Input :
Output :
Indeed, when the two matrices A and B have the same dimension, concat
makes a matrix with the same number of rows as A and B by
gluing them side by side.
Input :
Output :
but input :
Output :