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

Go to the source code of this file.

Functions/Subroutines

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...
 
zpttrf
subroutine zpttrf(N, D, E, INFO)
ZPTTRF
Definition: zpttrf.f:94
zpttrs
subroutine zpttrs(UPLO, N, NRHS, D, E, B, LDB, INFO)
ZPTTRS
Definition: zpttrs.f:123
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62