Matrix Multiplication code

KEV1N

Platinum Member
Jan 15, 2000
2,932
1
0
I vaguely remember this algorithm taking O(log(n)^7) time or something.
 

lukatmyshu

Senior member
Aug 22, 2001
483
1
0
Are you just mulitplying 2 matrices together? If not, do you care how fast it is? Because there is more than one may to multiply a set of matrices together, and there is an optimal solution. If it's just two matrices, come on .... it's just nested for-loops.