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

Functions

subroutine cppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  CPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine dppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  DPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine sppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  SPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 
subroutine zppsv (UPLO, N, NRHS, AP, B, LDB, INFO)
  ZPPSV computes the solution to system of linear equations A * X = B for OTHER matrices More...
 

Detailed Description