LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for tplqt2: QR factor, level 2:

Functions

subroutine ctplqt2 (M, N, L, A, LDA, B, LDB, T, LDT, INFO)
 CTPLQT2 More...
 
subroutine dtplqt2 (M, N, L, A, LDA, B, LDB, T, LDT, INFO)
 DTPLQT2 computes a LQ factorization of a real or complex "triangular-pentagonal" matrix, which is composed of a triangular block and a pentagonal block, using the compact WY representation for Q. More...
 
subroutine stplqt2 (M, N, L, A, LDA, B, LDB, T, LDT, INFO)
 STPLQT2 computes a LQ factorization of a real or complex "triangular-pentagonal" matrix, which is composed of a triangular block and a pentagonal block, using the compact WY representation for Q. More...
 
subroutine ztplqt2 (M, N, L, A, LDA, B, LDB, T, LDT, INFO)
 ZTPLQT2 computes a LQ factorization of a real or complex "triangular-pentagonal" matrix, which is composed of a triangular block and a pentagonal block, using the compact WY representation for Q. More...
 

Detailed Description