LAPACK 3.11.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for double:

Functions

subroutine dgbmv (trans, m, n, kl, ku, alpha, a, lda, x, incx, beta, y, incy)
 DGBMV
 
subroutine dgemv (trans, m, n, alpha, a, lda, x, incx, beta, y, incy)
 DGEMV
 
subroutine dger (m, n, alpha, x, incx, y, incy, a, lda)
 DGER
 
subroutine dsbmv (uplo, n, k, alpha, a, lda, x, incx, beta, y, incy)
 DSBMV
 
subroutine dspmv (uplo, n, alpha, ap, x, incx, beta, y, incy)
 DSPMV
 
subroutine dspr (uplo, n, alpha, x, incx, ap)
 DSPR
 
subroutine dspr2 (uplo, n, alpha, x, incx, y, incy, ap)
 DSPR2
 
subroutine dsymv (uplo, n, alpha, a, lda, x, incx, beta, y, incy)
 DSYMV
 
subroutine dsyr (uplo, n, alpha, x, incx, a, lda)
 DSYR
 
subroutine dsyr2 (uplo, n, alpha, x, incx, y, incy, a, lda)
 DSYR2
 
subroutine dtbmv (uplo, trans, diag, n, k, a, lda, x, incx)
 DTBMV
 
subroutine dtbsv (uplo, trans, diag, n, k, a, lda, x, incx)
 DTBSV
 
subroutine dtpmv (uplo, trans, diag, n, ap, x, incx)
 DTPMV
 
subroutine dtpsv (uplo, trans, diag, n, ap, x, incx)
 DTPSV
 
subroutine dtrmv (uplo, trans, diag, n, a, lda, x, incx)
 DTRMV
 

Detailed Description

This is the group of double LEVEL 2 BLAS routines.