Re: [Numpy-discussion] Characteristic of a Matrix.

2015-01-06 Thread Alexander Belopolsky
On Tue, Jan 6, 2015 at 8:20 PM, Nathaniel Smith wrote: > > Since matrices are now part of some high school curricula, I urge that > they > > be treated appropriately in Numpy. Further, I suggest that > consideration be > > given to establishing V and VT sub-classes, to cover vectors and > transp

Re: [Numpy-discussion] Characteristic of a Matrix.

2015-01-06 Thread Nathaniel Smith
Hi Colin, On Wed, Jan 7, 2015 at 12:58 AM, cjw wrote: > > My recollection, from discussions, at the time of the introduction of the @ > operator, was that there was no intention to disturb the existing Matrix > class. Yeah, we're not going to be making any major changes to the numpy.matrix class

Re: [Numpy-discussion] Characteristic of a Matrix.

2015-01-06 Thread cjw
On 06-Jan-15 7:31 AM, Sturla Molden wrote: On 06/01/15 02:08, cjw wrote: This is not a comment on any present matrix support, but deals with the matrix class, which existed back when Todd Miller of the Space Telescope Group supported numpy. Ma

Re: [Numpy-discussion] Characteristic of a Matrix.

2015-01-06 Thread Sturla Molden
On 06/01/15 02:08, cjw wrote: > This is not a comment on any present matrix support, but deals with the > matrix class, which existed back when Todd Miller of the Space Telescope > Group supported numpy. > > Matrix is a sub-class of ndarray. Since this Matrix class is (more or less) deprecated an