LAPACK 3.3.0

dpprfs.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DPPRFS (UPLO, N, NRHS, AP, AFP, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO)

Function Documentation

subroutine DPPRFS ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( * )  AFP,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( * )  FERR,
DOUBLE PRECISION,dimension( * )  BERR,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dpprfs.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions