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

Go to the source code of this file.

Functions/Subroutines

subroutine sgelqt (M, N, MB, A, LDA, T, LDT, WORK, INFO)
 SGELQT 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
sgelqt3
recursive subroutine sgelqt3(M, N, A, LDA, T, LDT, INFO)
SGELQT3
Definition: sgelqt3.f:118
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