LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tbmv: triangular matrix-vector multiply
Collaboration diagram for tbmv: triangular matrix-vector multiply:

Functions

subroutine ctbmv (uplo, trans, diag, n, k, a, lda, x, incx)
 CTBMV
 
subroutine dtbmv (uplo, trans, diag, n, k, a, lda, x, incx)
 DTBMV
 
subroutine stbmv (uplo, trans, diag, n, k, a, lda, x, incx)
 STBMV
 
subroutine ztbmv (uplo, trans, diag, n, k, a, lda, x, incx)
 ZTBMV
 

Detailed Description