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