How to convert a Matrix{Array{Int64, 0}} to a Matrix{Int64}

Don’t think that is a bug, but the same as observed here, i.e., [x, y] lowers to vect(x, y) whereas [x y] lowers to hcat(x, y).

2 Likes