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

Go to the source code of this file.

Functions/Subroutines

subroutine slarzt (DIRECT, STOREV, N, K, V, LDV, TAU, T, LDT)
 SLARZT forms the triangular factor T of a block reflector H = I - vtvH. More...
 
strmv
subroutine strmv(UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
STRMV
Definition: strmv.f:149
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55