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

Go to the source code of this file.

Functions/Subroutines

subroutine dopgtr (UPLO, N, AP, TAU, Q, LDQ, WORK, INFO)
 DOPGTR More...
 
dorg2l
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 ...
Definition: dorg2l.f:116
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
dorg2r
subroutine dorg2r(M, N, K, A, LDA, TAU, WORK, INFO)
DORG2R generates all or part of the orthogonal matrix Q from a QR factorization determined by sgeqrf ...
Definition: dorg2r.f:116