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

Go to the source code of this file.

Functions/Subroutines

subroutine cgeqrt2 (M, N, A, LDA, T, LDT, INFO)
 CGEQRT2 computes a QR factorization of a general real or complex matrix using the compact WY representation of Q. More...
 
clarfg
subroutine clarfg(N, ALPHA, X, INCX, TAU)
CLARFG generates an elementary reflector (Householder matrix).
Definition: clarfg.f:108
cgemv
subroutine cgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
CGEMV
Definition: cgemv.f:160
cgerc
subroutine cgerc(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
CGERC
Definition: cgerc.f:132
ctrmv
subroutine ctrmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
CTRMV
Definition: ctrmv.f:149
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62