IBM Books

Parallel Engineering and Scientific Subroutine Library for AIX Version 2 Release 3: Guide and Reference


Overview of the Level 2 PBLAS Subroutines

The Level 2 PBLAS include a subset of the standard set of distributed memory parallel versions of the Level 2 BLAS.

Note:
These subroutines are designed in accordance with the proposed Level 2 PBLAS standard. (See references [14], [15], and [17].) If these subroutines do not comply with the standard as approved, IBM will consider updating them to do so. If IBM updates these subroutines, the update could require modifications of the calling application program.

Table 36. List of Level 2 PBLAS

Descriptive Name Long-Precision Subprogram Page
Matrix-Vector Product for a General Matrix or Its Transpose PDGEMV
PZGEMV
PDGEMV and PZGEMV--Matrix-Vector Product for a General Matrix or Its Transpose
Matrix-Vector Product for a Real Symmetric or a Complex Hermitian Matrix PDSYMV
PZHEMV
PDSYMV and PZHEMV--Matrix-Vector Product for a Real Symmetric or a Complex Hermitian Matrix
Rank-One Update of a General Matrix PDGER
PZGERC
PZGERU
PDGER, PZGERC, and PZGERU--Rank-One Update of a General Matrix
Rank-One Update of a Real Symmetric or a Complex Hermitian Matrix PDSYR
PZHER
PDSYR and PZHER--Rank-One Update of a Real Symmetric or a Complex Hermitian Matrix
Rank-Two Update of a Real Symmetric or a Complex Hermitian Matrix PDSYR2
PZHER2
PDSYR2 and PZHER2--Rank-Two Update of a Real Symmetric or a Complex Hermitian Matrix
Matrix-Vector Product for a Triangular Matrix or Its Transpose PDTRMV
PZTRMV
PDTRMV and PZTRMV--Matrix-Vector Product for a Triangular Matrix or Its Transpose
Solution of Triangular System of Equations with a Single Right-Hand Side PDTRSV
PZTRSV
PDTRSV and PZTRSV--Solution of Triangular System of Equations with a Single Right-Hand Side


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]