Function Description
Function Family |
Data Type |
Description |
|---|---|---|
?gemm |
s, d, c, z |
General matrix-matrix multiplication |
?hemm |
c, z |
Complex Hermitian moment-matrix multiplication |
?her2k |
c, z |
Complex matrix-matrix multiplication rank 2 update. The matrix C is a complex Hermitian moment. |
?symm |
s, d, c, z |
Real number symmetric matrix-matrix multiplication |
?syrk |
s, d, c, z |
Matrix-matrix multiplication rank k update. The matrix C is a symmetric matrix. |
?syr2k |
s, d, c, z |
Matrix-matrix multiplication rank 2 update. The matrix C is a symmetric matrix. |
?trmm |
s, d, c, z |
Matrix-matrix multiplication. One of the matrices is a triangular matrix. |
?trsm |
s, d, c, z |
Triangular matrix equation solution |
Parent topic: KML_BLAS Level 3 Functions