
July 26, 2005
6:32 a.m.
On Tue, 26 Jul 2005, Soeren Sonnenburg apparently wrote:
In my eyes 'array broadcasting' is confusing and should rather be in a function like meshgrid and instead a*b should return matrixmultiply(a,b) ...
It does, if you work with matrices. Try import scipy help(scipy.mat) Coming from GAUSS I had the same initial reaction. It did not last long. hth, Alan Isaac