next up previous contents
Next: Forming Up: Example: Parallelizing Matrix-Matrix Multiplication Previous: Forming

Forming tex2html_wrap_inline15346

 

For this operation to be well-defined, we require matrices, A , B , and C to have dimensions tex2html_wrap_inline15354 , tex2html_wrap_inline15356 , and tex2html_wrap_inline15358 , respectively.

If we partition

displaymath15342

then

displaymath15343

for tex2html_wrap_inline15360 . Thus, a matrix-matrix multiply can be written as a sequence of vector-matrix multiplies. Given the description for forming tex2html_wrap_inline15362 , it is not hard to derive a     panel-matrix variant for this algorithm.


next up previous contents
Next: Forming Up: Example: Parallelizing Matrix-Matrix Multiplication Previous: Forming

rvdg@cs.utexas.edu