Hello list,

is it possible to get numpy to do a matrix product in parallel? I presume
that the multiply in the back-end is really done by dgemm() or equivalent,
so is it possible to use a parallel dgemm() there?

Thanks,

nick
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to