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

Go to the source code of this file.

Functions/Subroutines

subroutine zgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 ZGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
zgemv
subroutine zgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
ZGEMV
Definition: zgemv.f:160
zgerc
subroutine zgerc(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
ZGERC
Definition: zgerc.f:132
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
zlarfg
subroutine zlarfg(N, ALPHA, X, INCX, TAU)
ZLARFG generates an elementary reflector (Householder matrix).
Definition: zlarfg.f:108
ztrmv
subroutine ztrmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
ZTRMV
Definition: ztrmv.f:149