LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
{un,or}mhr: multiply by Q from gehrd
Collaboration diagram for {un,or}mhr: multiply by Q from gehrd:

Functions

subroutine cunmhr (SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 CUNMHR More...
 
subroutine dormhr (SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 DORMHR More...
 
subroutine sormhr (SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 SORMHR More...
 
subroutine zunmhr (SIDE, TRANS, M, N, ILO, IHI, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 ZUNMHR More...
 

Detailed Description