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

Go to the source code of this file.

Functions/Subroutines

subroutine slatzm (SIDE, M, N, V, INCV, TAU, C1, C2, LDC, WORK)
 SLATZM 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