On Fri, Mar 21, 2008 at 1:57 PM, Alan G Isaac <[EMAIL PROTECTED]> 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
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to