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

Functions

subroutine cunmlq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 CUNMLQ More...
 
subroutine dormlq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 DORMLQ More...
 
subroutine sormlq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 SORMLQ More...
 
subroutine zunmlq (SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, WORK, LWORK, INFO)
 ZUNMLQ More...
 

Detailed Description