Re: using numpy to do linear algebra

2007-02-02 Thread Robert Kern
Michael O'Brien wrote: > Hola~ > > I have a large array of points (over a million). I would like to > multiply each point in the array by a 4x4 matrix. I keep thinking > there should be an easy way to do this using numpy, but I can't figure > out the mojo to do it. Is that possible? numpy questio

using numpy to do linear algebra

2007-02-02 Thread Michael O'Brien
Hola~ I have a large array of points (over a million). I would like to multiply each point in the array by a 4x4 matrix. I keep thinking there should be an easy way to do this using numpy, but I can't figure out the mojo to do it. Is that possible? MO -- http://mail.python.org/mailman/listinfo/