[Numpy-discussion] @ operator

Sturla Molden sturla.molden at gmail.com
Wed Sep 10 22:18:24 EDT 2014


Charles R Harris <charlesr.harris at gmail.com> wrote:

> Note also that the dot cblas versions are not generally blocked, so the
> size of the arrays is limited (and not checked).

But it is possible to create a blocked dot function with the current cblas,
even though they use C int for array dimensions. It would just further
increase the complexity of dot (as if it's not bad enough already...) 

Sturla




More information about the NumPy-Discussion mailing list