Matrix multiplication
Tim Roberts
timr at probo.com
Wed Jan 5 02:31:37 EST 2011
Zdenko <oknedz at 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.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-list
mailing list