LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gelqt3: LQ factor, with T, recursive
Collaboration diagram for gelqt3: LQ factor, with T, recursive:

Functions

recursive subroutine cgelqt3 (M, N, A, LDA, T, LDT, INFO)
 CGELQT3 More...
 
recursive subroutine dgelqt3 (M, N, A, LDA, T, LDT, INFO)
 DGELQT3 recursively computes a LQ factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
recursive subroutine sgelqt3 (M, N, A, LDA, T, LDT, INFO)
 SGELQT3 More...
 
recursive subroutine zgelqt3 (M, N, A, LDA, T, LDT, INFO)
 ZGELQT3 recursively computes a LQ factorization of a general real or complex matrix using the compact WY representation of Q. More...
 

Detailed Description