On Jun 18, 11:20 am, Jeremy Sanders <jeremy [EMAIL PROTECTED]> wrote:
> > NumPy has a matrix type that overloads the * operator. > Just a tiny followup, which may be important unless you carefully read the > documentation. The "*" operator doesn't do matrix multiplication for normal > numpy arrays That's what I wrote: "NumPy has a matrix type." It is called called numpy.matrix. I did not suggest using the array type numpy.array. Reading carefully is indeed important... -- http://mail.python.org/mailman/listinfo/python-list