[NumPy-Tickets] [NumPy] #1945: matrix([1, 2, 3]) and matrix([[1, 2, 3]]) gives the same result
NumPy Trac
numpy-tickets@scipy....
Sat Aug 27 22:01:16 CDT 2011
#1945: matrix([1,2,3]) and matrix([[1,2,3]]) gives the same result
--------------------+-------------------------------------------------------
Reporter: smichr | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.0
Keywords: matrix |
--------------------+-------------------------------------------------------
It would be convenient if the former representation gave a column vector
(matrix([[1],[2],[3]]) instead of being equivalent to the row vector
(matrix([[1,2,3]])).
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1945>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list