Charles R Harris <[email protected]> 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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
