LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
 
subroutine dppsv (uplo, n, nrhs, ap, b, ldb, info)
  DPPSV computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine sppsv (uplo, n, nrhs, ap, b, ldb, info)
  SPPSV computes the solution to system of linear equations A * X = B for OTHER matrices
 
subroutine zppsv (uplo, n, nrhs, ap, b, ldb, info)
  ZPPSV computes the solution to system of linear equations A * X = B for OTHER matrices
 

Detailed Description