![]() |
Fast algorithm for computing matrix multiplication!!!!
Mostly people are using this algorithm to compute matrix multiplication:
Code: C
To reading every time elements from array , why we are taking some group of element i.e. Block size, then no need to read every element. A groups of element will be on catche and we can do fast as given above algo. This algorithm called " Block Algorithm". This Block algorithm can be applied many place where this type of situation will come. Block Algorithm for Matrix Multiplication: Code: C
|
Re: Fast algorithm for computing matrix multiplication!!!!
Yes!!! But can you tell me how's senario of Catche memory here?
|
Re: Fast algorithm for computing matrix multiplication!!!!
Quote:
|
Re: Fast algorithm for computing matrix multiplication!!!!
i didnt understand
|
Re: Fast algorithm for computing matrix multiplication!!!!
nice
|
Re: Fast algorithm for computing matrix multiplication!!!!
i feel its a reall nice way,good one
|
Re: Fast algorithm for computing matrix multiplication!!!!
i m not getting at all.
|
Re: Fast algorithm for computing matrix multiplication!!!!
Can you explain more about Block Algorithm?
|
Re: Fast algorithm for computing matrix multiplication!!!!
Quote:
|
| All times are GMT +5.5. The time now is 04:36. |