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

Functions

subroutine cunmtr (SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 CUNMTR More...
 
subroutine dormtr (SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 DORMTR More...
 
subroutine sormtr (SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 SORMTR More...
 
subroutine zunmtr (SIDE, UPLO, TRANS, M, N, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 ZUNMTR More...
 

Detailed Description