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

Exit Print View

Updated: July 2017
 
 

BLAS3 Routines

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

Table 58  BLAS3 (Basic Linear Algebra Subprograms, Level 3) Routines
Routine
Function
xGEMM (P)
Product of two general matrices
CHEMM (P) or ZHEMM (P)
Product of a Hermitian matrix and a general matrix
CHERK (P) or ZHERK (P)
Rank-k update of a Hermitian matrix
CHER2K (P) or ZHER2K (P)
Rank-2k update of a Hermitian matrix
xSYMM (P)
Product of a symmetric matrix and a general matrix
xSYRK (P)
Rank-k update of a symmetric matrix
xSYR2K (P)
Rank-2k update of a symmetric matrix
xTRMM (P)
Product of a triangular matrix and a general matrix
xTRSM (P)
Solution for a triangular system of equations