LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgeql2 (m, n, a, lda, tau, work, info) |
CGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. | |
subroutine | dgeql2 (m, n, a, lda, tau, work, info) |
DGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. | |
subroutine | sgeql2 (m, n, a, lda, tau, work, info) |
SGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. | |
subroutine | zgeql2 (m, n, a, lda, tau, work, info) |
ZGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. | |