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

Go to the source code of this file.

Functions/Subroutines

subroutine sgeqrt (M, N, NB, A, LDA, T, LDT, WORK, INFO)
 SGEQRT More...
 
slarfb
subroutine slarfb(SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
SLARFB applies a block reflector or its transpose to a general rectangular matrix.
Definition: slarfb.f:199
sgeqrt2
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 represen...
Definition: sgeqrt2.f:129
sgeqrt3
recursive subroutine sgeqrt3(M, N, A, LDA, T, LDT, INFO)
SGEQRT3 recursively computes a QR factorization of a general real or complex matrix using the compact...
Definition: sgeqrt3.f:134
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62