From: Charles R H. <cha...@gm...> - 2006-10-09 14:43:54
|
On 10/9/06, Tim Hochberg <tim...@ie...> wrote: > > <snip> Is this not the same things as numpy.multiply.outer(a, b)? (as opposed > to outer(a, b), which appears to pretend that everything is a vector -- > I'm not sure what the point of that is). Hmmm, yes, multiply.outer does do that. I thought that outer was short for multiply.outer and that the behaviour had changed. So the question is why outer does what it does. Chuck |