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

Go to the source code of this file.

Functions/Subroutines

subroutine sppt02 (UPLO, N, NRHS, A, X, LDX, B, LDB, RWORK, RESID)
 SPPT02 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
sspmv
subroutine sspmv(UPLO, N, ALPHA, AP, X, INCX, BETA, Y, INCY)
SSPMV
Definition: sspmv.f:149
sasum
real function sasum(N, SX, INCX)
SASUM
Definition: sasum.f:74
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70