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

Go to the source code of this file.

Functions/Subroutines

subroutine slarz (SIDE, M, N, L, V, INCV, TAU, C, LDC, WORK)
 SLARZ applies an elementary reflector (as returned by stzrzf) to a general matrix. More...
 
sgemv
subroutine sgemv(TRANS, M, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SGEMV
Definition: sgemv.f:158
scopy
subroutine scopy(N, SX, INCX, SY, INCY)
SCOPY
Definition: scopy.f:84
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
sger
subroutine sger(M, N, ALPHA, X, INCX, Y, INCY, A, LDA)
SGER
Definition: sger.f:132
saxpy
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY
Definition: saxpy.f:91