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

Functions

subroutine cunmrq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 CUNMRQ More...
 
subroutine dormrq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 DORMRQ More...
 
subroutine sormrq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 SORMRQ More...
 
subroutine zunmrq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 ZUNMRQ More...
 

Detailed Description