clBLAS  2.0
Modules
Here is a list of all modules:
[detail level 12]
 OverviewThis library provides an implementation of the Basic Linear Algebra Subprograms levels 1, 2 and 3, using OpenCL and optimized for AMD GPU hardware. It provides BLAS-1 functions SWAP, SCAL, COPY, AXPY, DOT, DOTU, DOTC, ROTG, ROTMG, ROT, ROTM, iAMAX, ASUM and NRM2, BLAS-2 functions GEMV, SYMV, TRMV, TRSV, HEMV, SYR, SYR2, HER, HER2, GER, GERU, GERC, TPMV, SPMV, HPMV, TPSV, SPR, SPR2, HPR, HPR2, GBMV, TBMV, SBMV, HBMV and TBSV and BLAS-3 functions GEMM, SYMM, TRMM, TRSM, HEMM, HERK, HER2K, SYRK and SYR2K
 clblas types
 Version information
 Initialize library
 BLAS-1 functionsThe Level 1 Basic Linear Algebra Subprograms are functions that perform vector-vector operations
 SWAP - Swap elements from 2 vectors
 SCAL - Scales a vector by a constant
 SSCAL - Scales a complex vector by a real constant
 COPY - Copies elements from vector X to vector Y
 AXPY - Scale X and add to Y
 DOT - Dot product of two vectors
 ROTG - Constructs givens plane rotation
 ROTMG - Constructs the modified givens rotation
 ROT - Apply givens rotation
 ROTM - Apply modified givens rotation for points in the plane
 NRM2 - Euclidean norm of a vector
 iAMAX - Index of max absolute value
 ASUM - Sum of absolute values
 BLAS-2 functionsThe Level 2 Basic Linear Algebra Subprograms are functions that perform matrix-vector operations
 GEMV - General matrix-Vector multiplication
 SYMV - Symmetric matrix-Vector multiplication
 HEMV - Hermitian matrix-vector multiplication
 TRMV - Triangular matrix vector multiply
 TRSV - Triangular matrix vector Solve
 GER - General matrix rank 1 operation
 GERU - General matrix rank 1 operation
 GERC - General matrix rank 1 operation
 SYR - Symmetric rank 1 updateThe Level 2 Basic Linear Algebra Subprograms are functions that perform symmetric rank 1 update operations
 HER - Hermitian rank 1 operationThe Level 2 Basic Linear Algebra Subprogram functions that perform hermitian rank 1 operations
 SYR2 - Symmetric rank 2 updateThe Level 2 Basic Linear Algebra Subprograms are functions that perform symmetric rank 2 update operations
 HER2 - Hermitian rank 2 updateThe Level 2 Basic Linear Algebra Subprograms are functions that perform hermitian rank 2 update operations
 TPMV - Triangular packed matrix-vector multiply
 TPSV - Triangular packed matrix vector solve
 SPMV - Symmetric packed matrix vector multiply
 HPMV - Hermitian packed matrix-vector multiplication
 SPR - Symmetric packed matrix rank 1 updateThe Level 2 Basic Linear Algebra Subprograms are functions that perform symmetric rank 1 update operations on packed matrix
 HPR - Hermitian packed matrix rank 1 updateThe Level 2 Basic Linear Algebra Subprogram functions that perform hermitian rank 1 operations on packed matrix
 SPR2 - Symmetric packed matrix rank 2 updateThe Level 2 Basic Linear Algebra Subprograms are functions that perform symmetric rank 2 update operations on packed matrices
 HPR2 - Hermitian packed matrix rank 2 updateThe Level 2 Basic Linear Algebra Subprograms are functions that perform hermitian rank 2 update operations on packed matrices
 GBMV - General banded matrix-vector multiplication
 TBMV - Triangular banded matrix vector multiply
 SBMV - Symmetric banded matrix-vector multiplication
 HBMV - Hermitian banded matrix-vector multiplication
 TBSV - Solving triangular banded matrix
 BLAS-3 functionsThe Level 3 Basic Linear Algebra Subprograms are funcions that perform matrix-matrix operations
 GEMM - General matrix-matrix multiplication
 TRMM - Triangular matrix-matrix multiplication
 TRSM - Solving triangular systems of equations
 SYRK - Symmetric rank-k update of a matrix
 SYR2K - Symmetric rank-2k update to a matrix
 SYMM - Symmetric matrix-matrix multiply
 HEMM - Hermitian matrix-matrix multiplication
 HERK - Hermitian rank-k update to a matrix
 HER2K - Hermitian rank-2k update to a matrix