|
|
|
|
|
by dagss
3191 days ago
|
|
For programmers, the really interesting part of dense linear algebra is how to achieve high performance, as blocking techniques have to be used to amortize loads from memory to cache. Google for Goto's "Anatomy of high-performance matrix multiplication", one of my favorite programming texts. Also the papers underlying the development of the "Elemental" library for distributed dense linear algebra is worth a look. |
|
[1] https://www.cs.utexas.edu/users/pingali/CS378/2008sp/papers/...