[Numpy-discussion] inplace dot products

David Warde-Farley dwf at cs.toronto.edu
Fri Feb 20 19:41:25 EST 2009


On 20-Feb-09, at 10:39 AM, Robert Kern wrote:

>> Fiddling around I've found other blas/lapack
>> functions where the same arg is offered but the choice actually does
>> something.
>
> Examples?

An even better example is scipy.linalg.fblas.dgemv, the matrix-vector  
equivalent of dgemm. overwrite_y behaves correctly there.

David



More information about the NumPy-Discussion mailing list