Boost logo

Ublas :

Subject: Re: [ublas] [uBLAS] What's inside the uBLAS matrix multiplication algorithm?
From: Wang Feng (wanng.fenng_at_[hidden])
Date: 2010-06-10 09:47:53


I invented another wheel, which employs strassen algorithm to do
matrices multiplications, but I found that the running time of
programs using blas is about 95%-96% of the ones using my matrix lib
when doing the same job. Anyone here has inventened the same wheel?
And, if someone is interested with my code, please let me know.