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

Go to the source code of this file.

Functions/Subroutines

subroutine sgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 SGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
strmv
subroutine strmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
STRMV
Definition: strmv.f:149
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
slarfg
subroutine slarfg(N, ALPHA, X, INCX, TAU)
SLARFG generates an elementary reflector (Householder matrix).
Definition: slarfg.f:108
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
sger
subroutine sger(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
SGER
Definition: sger.f:132