next up previous contents
Next: Standard FORTRAN call Up: Matrix-Vector Operations Previous: PLAPACK calls

Triangular Matrix-Vector Multiplication

This operation updates vector x by one of the following

displaymath14200

Here A is of dimension tex2html_wrap_inline14206 and x is of length n . Matrices L and tex2html_wrap_inline14214 indicate the lower and strictly lower triangular part of matrix A , respectively, and U and tex2html_wrap_inline14220 indicate the upper and strictly upper triangular part of matrix A , respectively.




next up previous contents
Next: Standard FORTRAN call Up: Matrix-Vector Operations Previous: PLAPACK calls

rvdg@cs.utexas.edu