[Numpy-discussion] matrices in 1.1

Charles R Harris charlesr.harris at gmail.com
Fri Mar 21 16:20:08 EDT 2008


On Fri, Mar 21, 2008 at 1:57 PM, Alan G Isaac <aisaac at american.edu> wrote:

> On Fri, 21 Mar 2008, Nadav Horesh apparently wrote:
> > But asmatrix returns a matrix object and any subsequent
> > operation of it returns a matrix. What I am thinking about
> > is a convenient way to apply matrix operation on an array.
>
> I suspect what you are really wanting is a way for NumPy to
> define new operators ...
>

I still kinda like the idea of using the call operator for matrix
multiplication, i.e. A(v) := dot(A,v).

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080321/63482dea/attachment.html>


More information about the NumPy-Discussion mailing list