Just for the record. To convert from Array{Array{Float64, 1}, 1} to Array{Float64,2} you can use hcat(a...)
Ivar kl. 15:50:36 UTC+1 mandag 24. mars 2014 skrev Ethan Anderes følgende: > > Yep, that was my situation: no linear algebra but a lot of grabbing > columns within for loops. Looking forward to non-copying array slices:) > > Thanks, > Ethan >