|  | LAPACK 3.12.1
    LAPACK: Linear Algebra PACKage | 
| Functions | |
| subroutine | cgehd2 (n, ilo, ihi, a, lda, tau, work, info) | 
| CGEHD2 reduces a general square matrix to upper Hessenberg form using an unblocked algorithm. | |
| subroutine | dgehd2 (n, ilo, ihi, a, lda, tau, work, info) | 
| DGEHD2 reduces a general square matrix to upper Hessenberg form using an unblocked algorithm. | |
| subroutine | sgehd2 (n, ilo, ihi, a, lda, tau, work, info) | 
| SGEHD2 reduces a general square matrix to upper Hessenberg form using an unblocked algorithm. | |
| subroutine | zgehd2 (n, ilo, ihi, a, lda, tau, work, info) | 
| ZGEHD2 reduces a general square matrix to upper Hessenberg form using an unblocked algorithm. | |