On Tue, Jan 4, 2011 at 11:31 PM, Tim Roberts <t...@probo.com> wrote:
> Zdenko <okn...@gmail.com> wrote:
>>
>>Please, can anybody write me a simple recursive matrix multiplication
>>using multiple threads in Python, or at least show me some guidelines
>>how to write it myself
>
> Matrix multiplication is not generally done recursively.  There's no
> conceptual gain.  It makes more sense iteratively.

It may not be that common, but there is at least one significant
advantage: Cache obliviousness.

http://www.catonmat.net/blog/mit-introduction-to-algorithms-part-fourteen
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to