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

Go to the source code of this file.

Functions/Subroutines

subroutine zppcon (UPLO, N, AP, ANORM, RCOND, WORK, RWORK, INFO)
 ZPPCON More...
 
zlatps
subroutine zlatps(UPLO, TRANS, DIAG, NORMIN, N, AP, X, SCALE, CNORM, INFO)
ZLATPS solves a triangular system of equations with the matrix held in packed storage.
Definition: zlatps.f:233
zlacn2
subroutine zlacn2(N, V, X, EST, KASE, ISAVE)
ZLACN2 estimates the 1-norm of a square matrix, using reverse communication for evaluating matrix-vec...
Definition: zlacn2.f:135
zdrscl
subroutine zdrscl(N, SA, SX, INCX)
ZDRSCL multiplies a vector by the reciprocal of a real scalar.
Definition: zdrscl.f:86
izamax
integer function izamax(N, ZX, INCX)
IZAMAX
Definition: izamax.f:73
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
dlamch
double precision function dlamch(CMACH)
DLAMCH
Definition: dlamch.f:70