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

Go to the source code of this file.

Functions/Subroutines

subroutine csptrf (UPLO, N, AP, IPIV, INFO)
 CSPTRF More...
 
cspr
subroutine cspr(UPLO, N, ALPHA, X, INCX, AP)
CSPR performs the symmetrical rank-1 update of a complex symmetric packed matrix.
Definition: cspr.f:134
cscal
subroutine cscal(N, CA, CX, INCX)
CSCAL
Definition: cscal.f:80
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
cswap
subroutine cswap(N, CX, INCX, CY, INCY)
CSWAP
Definition: cswap.f:83
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
icamax
integer function icamax(N, CX, INCX)
ICAMAX
Definition: icamax.f:73