For size(Array{T,2}) = (n,1), what is the consequence of defaulting to an
Array{T,1}? I often have to use the vec() function to vectorize nx1 arrays,
which is cumbersome.
For size(Array{T,2}) = (n,1), what is the consequence of defaulting to an
Array{T,1}? I often have to use the vec() function to vectorize nx1 arrays,
which is cumbersome.