LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
cgeql2.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine cgeql2 (M, N, A, LDA, TAU, WORK, INFO)
 CGEQL2 computes the QL factorization of a general rectangular matrix using an unblocked algorithm. More...
 
clarfg
subroutine clarfg(N, ALPHA, X, INCX, TAU)
CLARFG generates an elementary reflector (Householder matrix).
Definition: clarfg.f:108
clarf
subroutine clarf(SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
CLARF applies an elementary reflector to a general rectangular matrix.
Definition: clarf.f:130
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62