Multiply matrix by a column vector. Same as .>< but
returns computed version of a vector
Throws Exception: SizeMismatchException when
inner dimensions of arrays do not match.
Multiply a row vector by a matrix. Same as ><. but
returns computed vector instead of a delayed one.
Throws Exception: SizeMismatchException when
inner dimensions of arrays do not match.