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

Go to the source code of this file.

Functions/Subroutines

subroutine dorgr2 (M, N, K, A, LDA, TAU, WORK, INFO)
 DORGR2 generates all or part of the orthogonal matrix Q from an RQ factorization determined by sgerqf (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