Codes Related to FLAME Working Note #3
-
Chapter 5:
Triangular Matrix Multiplication (B = L*B)
-
Chapter 6:
Symmetric Matrix Multiplication (C = B*A + C)
-
Chapter 7:
Symmetric Matrix Multiplication (C = A*B + C)
-
Chapter 8:
Symmetric Rank-k Update (C = A + C = A*A' + C)
-
Chapter 9:
Symmetric Rank-2k Update (C = A + C = A*B' + B*A' + C)
-
Chapter 10:
Symmetric Rank-2k Update (C = A + C = A'*B + B'*A + C)
-
Chapter 11:
Triangular Matrix Multiplication (B = L'*B)
-
Chapter 12:
Triangular Matrix Multiplication (B = B*L')
-
Chapter 13:
Triangular Matrix Multiplication (B = B*U)
-
Chapter 14:
Triangular Matrix Multiplication (B = B*U')
-
Chapter 15:
Triangular Solve (with Multiple RHSs) (B = inv(L')*B)
-
Chapter 17:
Triangular Solve (with Multiple RHSs) (B = B*inv(L'))
Back to FLAME page
Send mail to
flame@cs.utexas.edu
Last Updated: May 31, 2000