LAPACK 3.3.0

sgbrfs.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGBRFS (TRANS, N, KL, KU, NRHS, AB, LDAB, AFB, LDAFB, IPIV, B, LDB, X, LDX, FERR, BERR, WORK, IWORK, INFO)

Function Documentation

subroutine SGBRFS ( CHARACTER  TRANS,
INTEGER  N,
INTEGER  KL,
INTEGER  KU,
INTEGER  NRHS,
REAL,dimension( ldab, * )  AB,
INTEGER  LDAB,
REAL,dimension( ldafb, * )  AFB,
INTEGER  LDAFB,
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 sgbrfs.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions