LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for pprfs: iterative refinement:

Functions

subroutine cpprfs (UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO)
 CPPRFS More...
 
subroutine dpprfs (UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO)
 DPPRFS More...
 
subroutine spprfs (UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO)
 SPPRFS More...
 
subroutine zpprfs (UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO)
 ZPPRFS More...
 

Detailed Description