BLAS Level 2 Routines#
BLAS Level 2 includes routines which perform matrix-vector operations as described in the following table.
Routines  | 
Description  | 
|---|---|
Matrix-vector product using a general band matrix  | 
|
Matrix-vector product using a general matrix  | 
|
Rank-1 update of a general matrix  | 
|
Rank-1 update of a conjugated general matrix  | 
|
Rank-1 update of a general matrix, unconjugated  | 
|
Matrix-vector product using a Hermitian band matrix  | 
|
Matrix-vector product using a Hermitian matrix  | 
|
Rank-1 update of a Hermitian matrix  | 
|
Rank-2 update of a Hermitian matrix  | 
|
Matrix-vector product using a Hermitian packed matrix  | 
|
Rank-1 update of a Hermitian packed matrix  | 
|
Rank-2 update of a Hermitian packed matrix  | 
|
Matrix-vector product using symmetric band matrix  | 
|
Matrix-vector product using a symmetric packed matrix  | 
|
Rank-1 update of a symmetric packed matrix  | 
|
Rank-2 update of a symmetric packed matrix  | 
|
Matrix-vector product using a symmetric matrix  | 
|
Rank-1 update of a symmetric matrix  | 
|
Rank-2 update of a symmetric matrix  | 
|
Matrix-vector product using a triangular band matrix  | 
|
Solution of a linear system of equations with a triangular band matrix  | 
|
Matrix-vector product using a triangular packed matrix  | 
|
Solution of a linear system of equations with a triangular packed matrix  | 
|
Matrix-vector product using a triangular matrix  | 
|
Solution of a linear system of equations with a triangular matrix  | 
Parent topic: BLAS Routines