LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for geqrf: QR factor:

Functions

subroutine cgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 CGEQRF More...
 
subroutine dgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 DGEQRF More...
 
subroutine sgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 SGEQRF More...
 
subroutine zgeqrf (M, N, A, LDA, TAU, WORK, LWORK, INFO)
 ZGEQRF More...
 

Detailed Description