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

Go to the source code of this file.

Functions/Subroutines

subroutine clarfy (UPLO, N, V, INCV, TAU, C, LDC, WORK)
 CLARFY More...
 
cdotc
complex function cdotc(N, CX, INCX, CY, INCY)
CDOTC
Definition: cdotc.f:85
chemv
subroutine chemv(UPLO, N, ALPHA, A, LDA, X, INCX, BETA, Y, INCY)
CHEMV
Definition: chemv.f:156
cher2
subroutine cher2(UPLO, N, ALPHA, X, INCX, Y, INCY, A, LDA)
CHER2
Definition: cher2.f:152
caxpy
subroutine caxpy(N, CA, CX, INCX, CY, INCY)
CAXPY
Definition: caxpy.f:90