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

Go to the source code of this file.

Functions/Subroutines

subroutine zlarzt (DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT)
 ZLARZT forms the triangular factor T of a block reflector H = I - vtvH. More...
 
zlacgv
subroutine zlacgv(N, X, INCX)
ZLACGV conjugates a complex vector.
Definition: zlacgv.f:76
zgemv
subroutine zgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
ZGEMV
Definition: zgemv.f:160
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
ztrmv
subroutine ztrmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
ZTRMV
Definition: ztrmv.f:149