BLAS Level 3 Routines#
BLAS Level 3 includes routines which perform matrix-matrix operations as described in the following table.
Routines |
Description |
---|---|
Computes a matrix-matrix product with general matrices. |
|
Computes a matrix-matrix product where one input matrix is Hermitian and one is general. |
|
Performs a Hermitian rank-k update. |
|
Performs a Hermitian rank-2k update. |
|
Computes a matrix-matrix product where one input matrix is symmetric and one matrix is general. |
|
Performs a symmetric rank-k update. |
|
Performs a symmetric rank-2k update. |
|
Computes a matrix-matrix product where one input matrix is triangular and one input matrix is general. |
|
Solves a triangular matrix equation (forward or backward solve). |
Parent topic: BLAS Routines