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

Go to the source code of this file.

Functions/Subroutines

subroutine zhb2st_kernels (UPLO, WANTZ, TTYPE, ST, ED, SWEEP, N, NB, IB, A, LDA, V, TAU, LDVT, WORK)
 ZHB2ST_KERNELS More...
 
zlarfx
subroutine zlarfx(SIDE, M, N, V, TAU, C, LDC, WORK)
ZLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the ...
Definition: zlarfx.f:121
zlarfy
subroutine zlarfy(UPLO, N, V, INCV, TAU, C, LDC, WORK)
ZLARFY
Definition: zlarfy.f:110
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
zlarfg
subroutine zlarfg(N, ALPHA, X, INCX, TAU)
ZLARFG generates an elementary reflector (Householder matrix).
Definition: zlarfg.f:108