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

Go to the source code of this file.

Functions/Subroutines

subroutine zupgtr (UPLO, N, AP, TAU, Q, LDQ, WORK, INFO)
 ZUPGTR More...
 
zung2r
subroutine zung2r(M, N, K, A, LDA, TAU, WORK, INFO)
ZUNG2R
Definition: zung2r.f:116
zung2l
subroutine zung2l(M, N, K, A, LDA, TAU, WORK, INFO)
ZUNG2L generates all or part of the unitary matrix Q from a QL factorization determined by cgeqlf (un...
Definition: zung2l.f:116
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55