LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
geqrt3: QR factor, with T, recursive panel
Collaboration diagram for geqrt3: QR factor, with T, recursive panel:

Functions

recursive subroutine cgeqrt3 (M, N, A, LDA, T, LDT, INFO)
  CGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
recursive subroutine dgeqrt3 (M, N, A, LDA, T, LDT, INFO)
 DGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
recursive subroutine sgeqrt3 (M, N, A, LDA, T, LDT, INFO)
 SGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
recursive subroutine zgeqrt3 (M, N, A, LDA, T, LDT, INFO)
 ZGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 

Detailed Description