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

Go to the source code of this file.

Functions/Subroutines

subroutine chb2st_kernels (UPLO, WANTZ, TTYPE, ST, ED, SWEEP, N, NB, IB, A, LDA, V, TAU, LDVT, WORK)
 CHB2ST_KERNELS More...
 
clarfg
subroutine clarfg(N, ALPHA, X, INCX, TAU)
CLARFG generates an elementary reflector (Householder matrix).
Definition: clarfg.f:108
clarfy
subroutine clarfy(UPLO, N, V, INCV, TAU, C, LDC, WORK)
CLARFY
Definition: clarfy.f:110
clarfx
subroutine clarfx(SIDE, M, N, V, TAU, C, LDC, WORK)
CLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the ...
Definition: clarfx.f:121
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55