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

Go to the source code of this file.

Functions/Subroutines

subroutine sppt01 (UPLO, N, A, AFAC, RWORK, RESID)
 SPPT01 More...
 
slansp
real function slansp(NORM, UPLO, N, AP, WORK)
SLANSP returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: slansp.f:116
sspr
subroutine sspr(UPLO, N, ALPHA, X, INCX, AP)
SSPR
Definition: sspr.f:129
sscal
subroutine sscal(N, SA, SX, INCX)
SSCAL
Definition: sscal.f:81
sdot
real function sdot(N, SX, INCX, SY, INCY)
SDOT
Definition: sdot.f:84
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55
stpmv
subroutine stpmv(UPLO, TRANS, DIAG, N, AP, X, INCX)
STPMV
Definition: stpmv.f:144
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70