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

Go to the source code of this file.

Functions/Subroutines

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...
 
cpttrs
subroutine cpttrs(UPLO, N, NRHS, D, E, B, LDB, INFO)
CPTTRS
Definition: cpttrs.f:123
xerbla
subroutine xerbla(SRNAME, INFO)
XERBLA
Definition: xerbla.f:62
cpttrf
subroutine cpttrf(N, D, E, INFO)
CPTTRF
Definition: cpttrf.f:94