LAPACK 3.3.0

ssprfs.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file ssprfs.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions