On Thu, Nov 8, 2012 at 7:06 AM, David Cournapeau <span dir="ltr"><<a href="mailto:cournape@gmail.com" target="_blank">cournape@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Thu, Nov 8, 2012 at 12:12 PM, Dag Sverre Seljebotn<br>
<<a href="mailto:d.s.seljebotn@astro.uio.no">d.s.seljebotn@astro.uio.no</a>> wrote:<br>
> On 11/08/2012 01:07 PM, Gael Varoquaux wrote:<br>
>> On Thu, Nov 08, 2012 at 11:28:21AM +0000, Nathaniel Smith wrote:<br>
>>> I think everyone would be very happy to see numpy.dot modified to do<br>
>>> this automatically. But adding a scipy.dot IMHO would be fixing things<br>
>>> in the wrong place and just create extra confusion.<br>
>><br>
>> I am not sure I agree: numpy is often compiled without lapack support, as<br>
>> it is not necessary. On the other hand scipy is always compiled with<br>
>> lapack. Thus this makes more sens in scipy.<br>
><br>
> Well, numpy.dot already contains multiple fallback cases for when it is<br>
> compiled with BLAS and not. So I'm +1 on just making this an improvement<br>
> on numpy.dot. I don't think there's a time when you would not want to<br>
> use this (provided the output order issue is fixed), and it doesn't make<br>
> sense to not have old codes take advantage of the speed improvement.<br>
<br>
</div>Indeed, there is no reason not to make this available in NumPy.<br>
<br>
Nicolas, can you prepare a patch for numpy ?<br></blockquote><div><br></div><div>+1, I agree, this should be a fix in numpy, not scipy.</div><div><br></div><div>Be Well</div><div>Anthony</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</div></div></blockquote></div><br></div>