LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
geqr: QR factor, flexible
Collaboration diagram for geqr: QR factor, flexible:

Functions

subroutine cgeqr (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 CGEQR More...
 
subroutine dgeqr (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 DGEQR More...
 
subroutine sgeqr (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 SGEQR More...
 
subroutine zgeqr (M, N, A, LDA, T, TSIZE, WORK, LWORK, INFO)
 ZGEQR More...
 

Detailed Description