Dexter-fan
February 10th, 2010, 06:34 PM
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.