efficient matrix implementation

Started by
11 comments, last by Generic Guest 18 years, 8 months ago
What are the relevant papers on this blocking technique, I get a lot of results from a simple search.
Just because it is not nice, doesn''t mean it is not miraculous.
Advertisement
Quote:Original post by shaobohou
What are the relevant papers on this blocking technique, I get a lot of results from a simple search.


For simplest blocking multiplication you need no papers. You need pure understanding of the fact, that you can make matrices with elements which are themselves matrices and operate on such "mega-matrices" like on normal one, including inversion algorithms etc.
As far as I can see, three five results of googling on "matrix multiplication blocked" are enough to understand the main point of blocked multiplication.

This topic is closed to new replies.

Advertisement