LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
getsqrhrt: tall-skinny QR factor, with Householder reconstruction
Collaboration diagram for getsqrhrt: tall-skinny QR factor, with Householder reconstruction:

Functions

subroutine cgetsqrhrt (M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, LWORK, INFO)
 CGETSQRHRT More...
 
subroutine dgetsqrhrt (M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, LWORK, INFO)
 DGETSQRHRT More...
 
subroutine sgetsqrhrt (M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, LWORK, INFO)
 SGETSQRHRT More...
 
subroutine zgetsqrhrt (M, N, MB1, NB1, NB2, A, LDA, T, LDT, WORK, LWORK, INFO)
 ZGETSQRHRT More...
 

Detailed Description