[Numpy-discussion] matrices in 1.1

Travis E. Oliphant oliphant at enthought.com
Fri Mar 21 19:12:09 EDT 2008


Charles R Harris wrote:
>
>
> On Fri, Mar 21, 2008 at 1:57 PM, Alan G Isaac <aisaac at american.edu 
> <mailto: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).
Interesting idea.    I kind of like that too.

-Travis





More information about the NumPy-Discussion mailing list