Hi,

I see that in Julia there are row vectors and column vectors.

Is "vector" just another name for column vector, which is an nx1 array?

Is a row vector just a 1xn array?

And a "matrix" just an n x m array?

In the <https://github.com/johnmyleswhite/CSVReaders.jl> readme, I see 
Dict{Vector} and Vector{Dict}. What exactly is "Vector" here referring to?

Thanks!
-- John

Reply via email to