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

Functions

subroutine cptsv (N, NRHS, D, E, B, LDB, INFO)
  CPTSV computes the solution to system of linear equations A * X = B for PT matrices More...
 
subroutine dptsv (N, NRHS, D, E, B, LDB, INFO)
  DPTSV computes the solution to system of linear equations A * X = B for PT matrices More...
 
subroutine sptsv (N, NRHS, D, E, B, LDB, INFO)
  SPTSV computes the solution to system of linear equations A * X = B for PT matrices More...
 
subroutine zptsv (N, NRHS, D, E, B, LDB, INFO)
  ZPTSV computes the solution to system of linear equations A * X = B for PT matrices More...
 

Detailed Description