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

Go to the source code of this file.

Functions/Subroutines

subroutine sopgtr (UPLO, N, AP, TAU, Q, LDQ, WORK, INFO)
 SOPGTR More...
 
sorg2l
subroutine sorg2l(M, N, K, A, LDA, TAU, WORK, INFO)
SORG2L generates all or part of the orthogonal matrix Q from a QL factorization determined by sgeqlf ...
Definition: sorg2l.f:116
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
sorg2r
subroutine sorg2r(M, N, K, A, LDA, TAU, WORK, INFO)
SORG2R generates all or part of the orthogonal matrix Q from a QR factorization determined by sgeqrf ...
Definition: sorg2r.f:116