Go to main content
Oracle® Developer Studio 12.6: Performance Library User's Guide

Exit Print View

Updated: July 2017
 
 

BLAS2 Routines

Table 57 lists the Oracle Developer Studio Performance Library BLAS2 routines. (P) denotes routines that are parallelized.

Table 57  BLAS2 (Basic Linear Algebra Subprograms, Level 2) Routines
Routine
Function
xGBMV
Product of a matrix in banded storage and a vector
xGEMV (P)
Product of a general matrix and a vector
SGER (P), DGER (P), CGERC (P), ZGERC (P), CGERU (P), ZGERU (P)
Rank-1 update to a general matrix
CHBMV or ZHBMV
Product of a Hermitian matrix in banded storage and a vector
CHEMV (P) or ZHEMV (P)
Product of a Hermitian matrix and a vector
CHER (P) or ZHER (P)
Rank-1 update to a Hermitian matrix
CHER2 or ZHER2
Rank-2 update to a Hermitian matrix
CHPMV (P) or ZHPMV (P)
Product of a Hermitian matrix in packed storage and a vector
CHPR or ZHPR
Rank-1 update to a Hermitian matrix in packed storage
CHPR2 or ZHPR2
Rank-2 update to a Hermitian matrix in packed storage
SSBMV or DSBMV
Product of a symmetric matrix in banded storage and a vector
SSPMV (P) or DSPMV (P)
Product of a Symmetric matrix in packed storage and a vector
SSPR or DSPR
Rank-1 update to a real symmetric matrix in packed storage
SSPR2 (P) or DSPR2 (P)
Rank-2 update to a real symmetric matrix in packed storage
xSYMV (P)
Product of a symmetric matrix and a vector
SSYR (P) or DSYR (P)
Rank-1 update to a real symmetric matrix
SSYR2 (P) or DSYR2 (P)
Rank-2 update to a real symmetric matrix
xTBMV
Product of a triangular matrix in banded storage and a vector
xTBSV
Solution to a triangular system in banded storage of linear equations
xTPMV
Product of a triangular matrix in packed storage and a vector
xTPSV
Solution to a triangular system of linear equations in packed storage
xTRMV (P)
Product of a triangular matrix and a vector
xTRSV (P)
Solution to a triangular system of linear equations