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

Symmetric Matrix-Matrix Multiplication

This operation updates an tex2html_wrap_inline14698 matrix C by multiplying symmetric matrix A times an tex2html_wrap_inline14704 matrix B :

displaymath14696

Here L and tex2html_wrap_inline14710 indicate the lower- and strictly lower triangular part of matrix A , respectively, and U and tex2html_wrap_inline14716 indicate the upper- and strictly upper triangular part of matrix A , respectively. Which of these formulae is used is determined by parameters SIDE and UPLO.




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

rvdg@cs.utexas.edu