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

Go to the source code of this file.

Functions/Subroutines

subroutine dsb2st_kernels (UPLO, WANTZ, TTYPE, ST, ED, SWEEP, N, NB, IB, A, LDA, V, TAU, LDVT, WORK)
 DSB2ST_KERNELS More...
 
dlarfg
subroutine dlarfg(N, ALPHA, X, INCX, TAU)
DLARFG generates an elementary reflector (Householder matrix).
Definition: dlarfg.f:108
dlarfy
subroutine dlarfy(UPLO, N, V, INCV, TAU, C, LDC, WORK)
DLARFY
Definition: dlarfy.f:110
dlarfx
subroutine dlarfx(SIDE, M, N, V, TAU, C, LDC, WORK)
DLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the ...
Definition: dlarfx.f:122
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55