By default, it looks like a 1-dim ndarray gets converted to a row vector by
the matrix constructor.  This seems to lead to some odd behavior such as
a[1] yielding the 2nd element as an ndarray and throwing an IndexError as a
matrix.  Is it possible to set a flag to make the default be a column
vector?

Thanks,

Jason

-- 
Jason Rennie
Research Scientist, ITA Software
http://www.itasoftware.com/
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to