|
On 11-Feb-15 10:47 AM, Sebastian Berg
wrote:
Thanks Sebastian,On Di, 2015-02-10 at 15:07 -0700, cjw wrote:It seems to be agreed that there are weaknesses in the existing Numpy Matrix Class.Some problems are illustrated below.Not to delve deeply into a discussion, but unfortunately, there seem far more fundamental problems because of the always 2-D thing and the simple fact that matrix is more of a second class citizen in numpy (or in other words a lot of this is just the general fact that it is an ndarray subclass). We'll have to see what comes out of the discussion. I would be grateful if you could expand on the "always 2D thing". Is there a need for a collection of matrices, where a function is applied to each component of the collection? Colin W. I think some of these issues were summarized in the discussion about the @ operator. I am not saying that a matrix class separate from numpy cannot solve these, but within numpy it seems hard. |
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
