LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lauum: triangular multiply: U^H U:

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