BLAS-like Extensions¶
oneAPI Math Kernel Library DPC++ provides additional routines to extend the functionality of the BLAS routines. These include routines to compute many independent vector-vector and matrix-matrix operations.
The following table lists the BLAS-like extensions with their descriptions.
Routines  | 
Description  | 
|---|---|
Computes groups of vector-scalar products added to a vector.  | 
|
Computes groups of matrix-matrix products with general matrices.  | 
|
Solves a triangular matrix equation for a group of matrices.  | 
|
Computes a matrix-matrix product with general matrices, but updates only the upper or lower triangular part of the result matrix.  | 
|
Computes a matrix-matrix product using general integer matrices with bias  | 
Parent topic: BLAS Routines