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

Go to the source code of this file.

Functions/Subroutines

subroutine slarfy (UPLO, N, V, INCV, TAU, C, LDC, WORK)
 SLARFY More...
 
ssyr2
subroutine ssyr2(UPLO, N, ALPHA, X, INCX, Y, INCY, A, LDA)
SSYR2
Definition: ssyr2.f:149
sdot
real function sdot(N, SX, INCX, SY, INCY)
SDOT
Definition: sdot.f:84
ssymv
subroutine ssymv(UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
SSYMV
Definition: ssymv.f:154
saxpy
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY
Definition: saxpy.f:91