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

2019-08-27 Thread Ilhan Polat
The inplace overwriting is done if f2py can forward the original array down to the low level. When it is not contiguous then it has to somehow marshall the view into a compatible array and that is when the inbetween array is formed. And also that array can also be overwritten but that would not be

[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 from