Make a rule that allows such an operation and explore its consequences.
For instance, if the row vector (rv) is 1x3 and the column vector (cv) is 2x1, create 2x3 matrices from rv and cv by repeating rv into column dimension of cv and repeating cv into the row dimension of rv.
Who knows...