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

Triangular Matrix-Matrix Multiplication

The triangular matrix-matrix multiply operation updates tex2html_wrap_inline14929 matrix B according to one of the following formulae:

displaymath14927

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




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

rvdg@cs.utexas.edu