Julia Programming Language
How to convert Vector of Vectors to Matrix
General Usage
question
,
arrays
rafael.guerra
December 6, 2021, 3:58am
6
For a large number of elements could do instead:
reduce(hcat,x)'
8 Likes
Is there a faster alternative to `hcat(xx...)`?
show post in topic