LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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.