next up previous contents
Next: A more general approach Up: Example: Parallelizing Matrix-Matrix Multiplication Previous: Forming

Forming tex2html_wrap_inline15370

 

For this operation to be well-defined, we require matrices A , B , and C to have dimension tex2html_wrap_inline15378 , tex2html_wrap_inline15380 , and tex2html_wrap_inline15382 , respectively.

If we partition

displaymath15366

then

displaymath15367

Thus, this matrix-matrix multiply can again be written as a sequence of rank-one updates. Given the description for forming tex2html_wrap_inline15384 , it is not hard to derive a panel-panel variant for this algorithm.


next up previous contents
Next: A more general approach Up: Example: Parallelizing Matrix-Matrix Multiplication Previous: Forming

rvdg@cs.utexas.edu