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

Go to the source code of this file.

Functions/Subroutines

subroutine slagts (JOB, N, A, B, C, D, IN, Y, TOL, INFO)
 SLAGTS solves the system of equations (T-λI)x = y or (T-λI)Tx = y,where T is a general tridiagonal matrix and λ a scalar, using the LU factorization computed by slagtf. More...
 
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
slamch
real function slamch(CMACH)
SLAMCH
Definition: slamch.f:70