|
From: Alan G I. <ai...@am...> - 2005-07-26 13:31:56
|
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 |