LAPACK  3.11.0
LAPACK: Linear Algebra PACKage

Functions

subroutine clauum (UPLO, N, A, LDA, INFO)
 CLAUUM computes the product UUH or LHL, where U and L are upper or lower triangular matrices (blocked algorithm). More...
 
subroutine dlauum (UPLO, N, A, LDA, INFO)
 DLAUUM computes the product UUH or LHL, where U and L are upper or lower triangular matrices (blocked algorithm). More...
 
subroutine slauum (UPLO, N, A, LDA, INFO)
 SLAUUM computes the product UUH or LHL, where U and L are upper or lower triangular matrices (blocked algorithm). More...
 
subroutine zlauum (UPLO, N, A, LDA, INFO)
 ZLAUUM computes the product UUH or LHL, where U and L are upper or lower triangular matrices (blocked algorithm). More...
 

Detailed Description