LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for geqrt: QR factor, with T:

Functions

subroutine cgeqrt (M, N, NB, A, LDA, T, LDT, WORK, INFO)
 CGEQRT More...
 
subroutine dgeqrt (M, N, NB, A, LDA, T, LDT, WORK, INFO)
 DGEQRT More...
 
subroutine sgeqrt (M, N, NB, A, LDA, T, LDT, WORK, INFO)
 SGEQRT More...
 
subroutine zgeqrt (M, N, NB, A, LDA, T, LDT, WORK, INFO)
 ZGEQRT More...
 

Detailed Description