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

Go to the source code of this file.

Functions/Subroutines

subroutine sptrfs (N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, BERR, WORK, INFO)
 SPTRFS More...
 
spttrs
subroutine spttrs(N, NRHS, D, E, B, LDB, INFO)
SPTTRS
Definition: spttrs.f:111
isamax
integer function isamax(N, SX, INCX)
ISAMAX
Definition: isamax.f:73
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70
saxpy
subroutine saxpy(N, SA, SX, INCX, SY, INCY)
SAXPY
Definition: saxpy.f:91