LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | clauu2 (uplo, n, a, lda, info) |
CLAUU2 computes the product UUH or LHL, where U and L are upper or lower triangular matrices (unblocked algorithm). | |
subroutine | dlauu2 (uplo, n, a, lda, info) |
DLAUU2 computes the product UUH or LHL, where U and L are upper or lower triangular matrices (unblocked algorithm). | |
subroutine | slauu2 (uplo, n, a, lda, info) |
SLAUU2 computes the product UUH or LHL, where U and L are upper or lower triangular matrices (unblocked algorithm). | |
subroutine | zlauu2 (uplo, n, a, lda, info) |
ZLAUU2 computes the product UUH or LHL, where U and L are upper or lower triangular matrices (unblocked algorithm). | |