next up previous contents
Next: Simple implementation Up: Matrix-Vector Operations Previous: General implementation

Example: Parallelizing Rank-1 Update

   

Consider the rank-1 update:

displaymath14566

where A is an tex2html_wrap_inline14570 matrix. Here we have purposely reversed the order of x and y , since this will allow for an explanation that matches that for the parallel implementation of matrix-vector multiplication. Again, elements of y and x are naturally associated with corresponding rows and columns of A , respectively.




next up previous contents
Next: Simple implementation Up: Matrix-Vector Operations Previous: General implementation

rvdg@cs.utexas.edu