[Numpy-discussion] Scipy dot

Gael Varoquaux gael.varoquaux at normalesup.org
Thu Nov 8 07:07:25 EST 2012


On Thu, Nov 08, 2012 at 11:28:21AM +0000, Nathaniel Smith wrote:
> I think everyone would be very happy to see numpy.dot modified to do
> this automatically. But adding a scipy.dot IMHO would be fixing things
> in the wrong place and just create extra confusion.

I am not sure I agree: numpy is often compiled without lapack support, as
it is not necessary. On the other hand scipy is always compiled with
lapack. Thus this makes more sens in scipy.

> Is it possible to avoid changing the default output order from C to F?

+1

G



More information about the NumPy-Discussion mailing list