[NumPy-Tickets] [NumPy] #1472: Assigning Transpose of "slice" of a "3d" Array Always Gives a Symmetric Array
NumPy Trac
numpy-tickets@scipy....
Mon May 3 13:42:25 CDT 2010
#1472: Assigning Transpose of "slice" of a "3d" Array Always Gives a Symmetric
Array
-----------------------------------------------+----------------------------
Reporter: TomW | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.3.0
Keywords: multidimensional array, transpose |
-----------------------------------------------+----------------------------
A = numpy.random.rand(1,3,3)
A[0] = A[0].T
The array, A[0] is symmetric. The lower triangular part of the original
A[0] is copied to the upper triangular part.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1472>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list