LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for gtsv: factor and solve:

Functions

subroutine cgtsv (N, NRHS, DL, D, DU, B, LDB, INFO)
  CGTSV computes the solution to system of linear equations A * X = B for GT matrices More...
 
subroutine dgtsv (N, NRHS, DL, D, DU, B, LDB, INFO)
  DGTSV computes the solution to system of linear equations A * X = B for GT matrices More...
 
subroutine sgtsv (N, NRHS, DL, D, DU, B, LDB, INFO)
  SGTSV computes the solution to system of linear equations A * X = B for GT matrices More...
 
subroutine zgtsv (N, NRHS, DL, D, DU, B, LDB, INFO)
  ZGTSV computes the solution to system of linear equations A * X = B for GT matrices More...
 

Detailed Description