LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lauu2: triangular multiply: U^H U, level 2:

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). More...
 
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). More...
 
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). More...
 
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). More...
 

Detailed Description