pack
function pack(x:NumberLike, y:NumberLike) -> NumberMatrixLike
Pack two arrays next to each other, concatenating their rows.
- x Argument.
- y Argument.
Returns Result.
x and y must have the same number of rows. The result has this number of rows, and a number of columns equal to the number of columns of x plus the number of columns of y.