[Numpy-discussion] Fwd: Re: Calling BLAS functions from Python

2019-08-27 Thread Jens Jørgen Mortensen
Sorry! Stupid me, asking scipy questions on numpy-discussion. Now continuing on scipy-user. Any help is much appreciated. See short numpy-discussion thread here: https://mail.python.org/pipermail/numpy-discussion/2019-August/079945.html Hi! I'm trying to use dgemm, zgemm and friends

Re: [Numpy-discussion] Calling BLAS functions from Python

2019-08-27 Thread Jens Jørgen Mortensen
On 8/27/19 2:49 PM, Andras Deak wrote: On Tue, Aug 27, 2019 at 1:18 PM Jens Jørgen Mortensen wrote: Hi! I'm trying to use dgemm, zgemm and friends from scipy.linalg.blas to multiply matrices efficiently. As an example, I'd like to do: c += a.dot(b) using whatever BLAS scipy

[Numpy-discussion] Calling BLAS functions from Python

2019-08-27 Thread Jens Jørgen Mortensen
Hi! I'm trying to use dgemm, zgemm and friends from scipy.linalg.blas to multiply matrices efficiently. As an example, I'd like to do: c += a.dot(b) using whatever BLAS scipy is linked to and I want to avoid copies of large matrices. This works the way I want it: >>> import numpy as

Re: [Numpy-discussion] [SciPy-User] NumPy v1.13.0rc1 released.

2017-05-12 Thread Jens Jørgen Mortensen
Den 11-05-2017 kl. 03:48 skrev Charles R Harris: Hi All, I'm please to announce the NumPy 1.13.0rc1 release. This release supports Python 2.7 and 3.4-3.6 and contains many new features. It is one of the most ambitious releases in the last several years. Some of the highlights and new