[Numpy-discussion] deprecate numpy.matrix

Sturla Molden sturla.molden at gmail.com
Tue Feb 11 05:47:00 EST 2014


Pauli Virtanen <pav at iki.fi> wrote:

> It is not a good thing that there is no well defined
> "domain specific language" for matrix algebra in Python.

Perhaps Python should get some new operators?

__dot__
__cross__
__kronecker__

Obviously, using them in real Python code would require unicode.

;-)

On the serious side, I don't think there really is a good solution to this
problem at all.

Sturla




More information about the NumPy-Discussion mailing list