CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    Join Date
    Feb 2010
    Posts
    3

    Strassen Algorithm

    There is an attachment of the Strassen algorithm for multiplying matrices. I am currently lost and need to know how I would code the part that partitions A and B into four sub-matrices and then what to do with those sub-matrices once they have been created. I've already written the code for the standard algorithm and it runs fine. My code is also attached.
    Attached Images  
    Attached Files

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width