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

Go to the source code of this file.

Functions/Subroutines

subroutine dlarfy (UPLO, N, V, INCV, TAU, C, LDC, WORK)
 DLARFY More...
 
dsymv
subroutine dsymv(UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
DSYMV
Definition: dsymv.f:154
dsyr2
subroutine dsyr2(UPLO, N, ALPHA, X, INCX, Y, INCY, A, LDA)
DSYR2
Definition: dsyr2.f:149
ddot
double precision function ddot(N, DX, INCX, DY, INCY)
DDOT
Definition: ddot.f:84
daxpy
subroutine daxpy(N, DA, DX, INCX, DY, INCY)
DAXPY
Definition: daxpy.f:91