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

Go to the source code of this file.

Functions/Subroutines

subroutine zsytf2_rk (UPLO, N, A, LDA, E, IPIV, INFO)
 ZSYTF2_RK computes the factorization of a complex symmetric indefinite matrix using the bounded Bunch-Kaufman (rook) diagonal pivoting method (BLAS2 unblocked algorithm). More...
 
izamax
integer function izamax(N, ZX, INCX)
IZAMAX
Definition: izamax.f:73
zsyr
subroutine zsyr(UPLO, N, ALPHA, X, INCX, A, LDA)
ZSYR performs the symmetric rank-1 update of a complex symmetric matrix.
Definition: zsyr.f:137
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
zswap
subroutine zswap(N, ZX, INCX, ZY, INCY)
ZSWAP
Definition: zswap.f:83
zscal
subroutine zscal(N, ZA, ZX, INCX)
ZSCAL
Definition: zscal.f:80
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70