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

Go to the source code of this file.

Functions/Subroutines

subroutine cppt01 (UPLO, N, A, AFAC, RWORK, RESID)
 CPPT01 More...
 
cdotc
complex function cdotc(N, CX, INCX, CY, INCY)
CDOTC
Definition: cdotc.f:85
clanhp
real function clanhp(NORM, UPLO, N, AP, WORK)
CLANHP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: clanhp.f:119
cscal
subroutine cscal(N, CA, CX, INCX)
CSCAL
Definition: cscal.f:80
chpr
subroutine chpr(UPLO, N, ALPHA, X, INCX, AP)
CHPR
Definition: chpr.f:132
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
ctpmv
subroutine ctpmv(UPLO, TRANS, DIAG, N, AP, X, INCX)
CTPMV
Definition: ctpmv.f:144