Re: [Numpy-discussion] matrix product in parallel?

2011-11-18 Thread Nicolas Bock
Hello list, please ignore my previous email. I just found http://www.scipy.org/ParallelProgramming Thanks, nick On Fri, Nov 18, 2011 at 15:27, Nicolas Bock wrote: > Hello list, > > is it possible to get numpy to do a matrix product in parallel? I presume > that the multiply in

[Numpy-discussion] matrix product in parallel?

2011-11-18 Thread Nicolas Bock
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 mailin