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

Go to the source code of this file.

Functions/Subroutines

subroutine zgelqt (M, N, MB, A, LDA, T, LDT, WORK, INFO)
 ZGELQT More...
 
zlarfb
subroutine zlarfb(SIDE, TRANS, DIRECT, STOREV, M, N, K, V, LDV, T, LDT, C, LDC, WORK, LDWORK)
ZLARFB applies a block reflector or its conjugate-transpose to a general rectangular matrix.
Definition: zlarfb.f:199
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
zgelqt3
recursive subroutine zgelqt3(M, N, A, LDA, T, LDT, INFO)
ZGELQT3 recursively computes a LQ factorization of a general real or complex matrix using the compact...
Definition: zgelqt3.f:133