LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
geqrt2: QR factor, with T, level 2
Collaboration diagram for geqrt2: QR factor, with T, level 2:

Functions

subroutine cgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 CGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
subroutine dgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 DGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
subroutine sgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 SGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
subroutine zgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 ZGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 

Detailed Description