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

Go to the source code of this file.

Functions/Subroutines

subroutine dorg2l (M, N, K, A, LDA, TAU, WORK, INFO)
 DORG2L generates all or part of the orthogonal matrix Q from a QL factorization determined by sgeqlf (unblocked algorithm). More...
 
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
dlarf
subroutine dlarf(SIDE, M, N, V, INCV, TAU, C, LDC, WORK)
DLARF applies an elementary reflector to a general rectangular matrix.
Definition: dlarf.f:126
dscal
subroutine dscal(N, DA, DX, INCX)
DSCAL
Definition: dscal.f:81