LAPACK 3.3.0

sporfs.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SPORFS (UPLO, N, NRHS, A, LDA, AF, LDAF, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO)

Function Documentation

subroutine SPORFS ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NRHS,
REAL,dimension( lda, * )  A,
INTEGER  LDA,
REAL,dimension( ldaf, * )  AF,
INTEGER  LDAF,
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 sporfs.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions