LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
geql2: QL factor, level 2
Collaboration diagram for geql2: QL factor, level 2:

Functions

subroutine cgeql2 (M, N, A, LDA, TAU, WORK, INFO)
 CGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine dgeql2 (M, N, A, LDA, TAU, WORK, INFO)
 DGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine sgeql2 (M, N, A, LDA, TAU, WORK, INFO)
 SGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. More...
 
subroutine zgeql2 (M, N, A, LDA, TAU, WORK, INFO)
 ZGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. More...
 

Detailed Description