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

Go to the source code of this file.

Functions/Subroutines

subroutine slabrd (M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, LDY)
 SLABRD reduces the first nb rows and columns of a general matrix to a bidiagonal form. More...
 
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
slarfg
subroutine slarfg(N, ALPHA, X, INCX, TAU)
SLARFG generates an elementary reflector (Householder matrix).
Definition: slarfg.f:108
sscal
subroutine sscal(N, SA, SX, INCX)
SSCAL
Definition: sscal.f:81