[algogeeks] The best multiply matrix algorithms ?

2010-12-08 Thread Luciano Junior
What is best multiply matrix algorithm for: -multiply a n x n matrix by another n x n matrix -multiply a m x n matrix by a n x p matrix I need a best performance cpu algorithm. Note: it can use a parallel programming concept. Thankfully. Luciano. --

Re: [algogeeks] The best multiply matrix algorithms ?

2010-12-08 Thread Rakib Ansary Saikot
Try using Strassen's Matrix Multiplication Algorithm. Regards, Rakib On 12/8/10, Luciano Junior luciano@gmail.com wrote: What is best multiply matrix algorithm for: -multiply a n x n matrix by another n x n matrix -multiply a m x n matrix by a n x p matrix I need a best performance

Re: [algogeeks] The best multiply matrix algorithms ?

2010-12-08 Thread Luciano Junior
But Strassen's Matrix Multiplication Algorithm take a performance near O(n^2,7)! Is there some other algorithm that take less time ? 2010/12/8 Rakib Ansary Saikot ansaryfantas...@gmail.com: Try using Strassen's Matrix Multiplication Algorithm. Regards, Rakib On 12/8/10, Luciano Junior