- General matrix-vector products:
Operation:
- Matrix-vector products where the matrix is real or complex
symmetric or complex Hermitian:
Operation: is symmetric for the PSYMV
routines and Hermitian for the PHEMV routines:
- Triangular matrix-vector products:
PTRMV( UPLO, TRANS, DIAG, N, A, IA, JA, DESCA, X, IX, JX, DESCX,
INCX )
Operation: denotes a triangular submatrix:
- Solution of triangular system of equations:
PTRSV( UPLO, TRANS, DIAG, N, A, IA, JA, DESCA, X, IX, JX, DESCX,
INCX )
Operation: denotes a triangular submatrix:
- Rank- updates of a general matrix:
Operation: for the PSGER, PDGER, PCGERU or PZGERU
routines,
For the PCGERC or PZGERC routines,
- Rank- updates of a real or complex symmetric or complex
Hermitian matrix:
PSYR( UPLO, N, ALPHA, X, IX, JX, DESCX, INCX, A, IA, JA,
DESCA )
PHER( UPLO, N, ALPHA, X, IX, JX, DESCX, INCX, A, IA, JA,
DESCA )
Operation: for the PSYR routines, is symmetric:
For the PHER routines, is Hermitian,
- Rank- updates of a real or complex symmetric or complex
Hermitian matrix:
Operation: for the PSYR2 routines, is symmetric,
For the PHER2 routines, is Hermitian,