On 10/9/06, Travis Oliphant <[EMAIL PROTECTED]> wrote:
Charles R Harris wrote:
>
>
> On 10/9/06, *Tim Hochberg* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED] >> 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.
Unfortunately,  I don't know the answer to that.

numpy.outer is the same as Numeric.outerproduct and does the same
thing.  I'm not sure of the reason behind it.

Looks sorta like a matrix thing. Maybe it should be called outerflat or some such.

Chuck


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to