![]() |
LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | sgbmv (trans, m, n, kl, ku, alpha, a, lda, x, incx, beta, y, incy) |
SGBMV | |
subroutine | sgemv (trans, m, n, alpha, a, lda, x, incx, beta, y, incy) |
SGEMV | |
subroutine | sger (m, n, alpha, x, incx, y, incy, a, lda) |
SGER | |
subroutine | ssbmv (uplo, n, k, alpha, a, lda, x, incx, beta, y, incy) |
SSBMV | |
subroutine | sspmv (uplo, n, alpha, ap, x, incx, beta, y, incy) |
SSPMV | |
subroutine | sspr (uplo, n, alpha, x, incx, ap) |
SSPR | |
subroutine | sspr2 (uplo, n, alpha, x, incx, y, incy, ap) |
SSPR2 | |
subroutine | ssymv (uplo, n, alpha, a, lda, x, incx, beta, y, incy) |
SSYMV | |
subroutine | ssyr (uplo, n, alpha, x, incx, a, lda) |
SSYR | |
subroutine | ssyr2 (uplo, n, alpha, x, incx, y, incy, a, lda) |
SSYR2 | |
subroutine | stbmv (uplo, trans, diag, n, k, a, lda, x, incx) |
STBMV | |
subroutine | stbsv (uplo, trans, diag, n, k, a, lda, x, incx) |
STBSV | |
subroutine | stpmv (uplo, trans, diag, n, ap, x, incx) |
STPMV | |
subroutine | stpsv (uplo, trans, diag, n, ap, x, incx) |
STPSV | |
subroutine | strmv (uplo, trans, diag, n, a, lda, x, incx) |
STRMV | |
subroutine | strsv (uplo, trans, diag, n, a, lda, x, incx) |
STRSV | |
This is the group of real LEVEL 2 BLAS routines.