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

Go to the source code of this file.

Functions/Subroutines

subroutine clarzt (DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT)
 CLARZT forms the triangular factor T of a block reflector H = I - vtvH. More...
 
cgemv
subroutine cgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
CGEMV
Definition: cgemv.f:160
clacgv
subroutine clacgv(N, X, INCX)
CLACGV conjugates a complex vector.
Definition: clacgv.f:76
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
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55