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

Go to the source code of this file.

Functions/Subroutines

subroutine sptt02 (N, NRHS, D, E, X, LDX, B, LDB, RESID)
 SPTT02 More...
 
sasum
real function sasum(N, SX, INCX)
SASUM
Definition: sasum.f:74
slanst
real function slanst(NORM, N, D, E)
SLANST returns the value of the 1-norm, or the Frobenius norm, or the infinity norm,...
Definition: slanst.f:102
slaptm
subroutine slaptm(N, NRHS, ALPHA, D, E, X, LDX, BETA, B, LDB)
SLAPTM
Definition: slaptm.f:118
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70