![]() |
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. 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... | |