Re: [Numpy-discussion] alterdot and restoredot

2008-07-09 Thread Robert Kern
On Wed, Jul 9, 2008 at 06:36, Anne Archibald <[EMAIL PROTECTED]> wrote: > 2008/7/9 Robert Kern <[EMAIL PROTECTED]>: > >>> - Which operations do the functions exactly affect? >>> It seems that alterdot sets the "dot" function slot to a BLAS >>> version, but what operations does this affect? >> >>

Re: [Numpy-discussion] alterdot and restoredot

2008-07-09 Thread Anne Archibald
2008/7/9 Robert Kern <[EMAIL PROTECTED]>: >> - Which operations do the functions exactly affect? >> It seems that alterdot sets the "dot" function slot to a BLAS >> version, but what operations does this affect? > > dot(), vdot(), and innerproduct() on C-contiguous arrays which are > Matrix-Matr

Re: [Numpy-discussion] alterdot and restoredot

2008-07-09 Thread Robert Kern
On Wed, Jul 9, 2008 at 02:53, Pauli Virtanen <[EMAIL PROTECTED]> wrote: > > Tue, 08 Jul 2008 23:03:52 -0500, Robert Kern wrote: >> On Tue, Jul 8, 2008 at 14:01, Keith Goodman <[EMAIL PROTECTED]> wrote: >>> I don't know what to write for a doc string for alterdot and >>> restoredot. >> >> Then maybe

Re: [Numpy-discussion] alterdot and restoredot

2008-07-09 Thread Pauli Virtanen
Tue, 08 Jul 2008 23:03:52 -0500, Robert Kern wrote: > On Tue, Jul 8, 2008 at 14:01, Keith Goodman <[EMAIL PROTECTED]> wrote: >> I don't know what to write for a doc string for alterdot and >> restoredot. > > Then maybe you're the best one to figure it out. What details do you > think are missing

Re: [Numpy-discussion] alterdot and restoredot

2008-07-08 Thread Robert Kern
On Tue, Jul 8, 2008 at 14:01, Keith Goodman <[EMAIL PROTECTED]> wrote: > I don't know what to write for a doc string for alterdot and > restoredot. Then maybe you're the best one to figure it out. What details do you think are missing from the current docstrings? What questions do they leave you w

[Numpy-discussion] alterdot and restoredot

2008-07-08 Thread Keith Goodman
I don't know what to write for a doc string for alterdot and restoredot. Any ideas? ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion