LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gemlq: multiply by Q from gelq
Collaboration diagram for gemlq: multiply by Q from gelq:

Functions

subroutine cgemlq (SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, C, LDC, WORK, LWORK, INFO)
 CGEMLQ More...
 
subroutine dgemlq (SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, C, LDC, WORK, LWORK, INFO)
 DGEMLQ More...
 
subroutine sgemlq (SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, C, LDC, WORK, LWORK, INFO)
 SGEMLQ More...
 
subroutine zgemlq (SIDE, TRANS, M, N, K, A, LDA, T, TSIZE, C, LDC, WORK, LWORK, INFO)
 ZGEMLQ More...
 

Detailed Description