LAPACK  3.11.0
LAPACK: Linear Algebra PACKage

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