Strassen's Algorithm for Matrix multiplication c# implementation

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-04-28T21:06:43Z Indexed on 2010/04/28 21:17 UTC
Read the original article Hit count: 471

Filed under:
|
|

Hi,

I'm just doing a self-study of Algorithms & Data structures and I'd like to know if anyone has a C# (or C++) implementation of Strassen's Algorithm for Matrix Multiplication?

I'd just like to run it and see what it does and get more of an idea of how it goes to work.

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++