LAPACK 3.3.1
Linear Algebra PACKage

sgbt05.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGBT05 (TRANS, N, KL, KU, NRHS, AB, LDAB, B, LDB, X, LDX, XACT, LDXACT, FERR, BERR, RESLTS)

Function Documentation

subroutine SGBT05 ( CHARACTER  TRANS,
INTEGER  N,
INTEGER  KL,
INTEGER  KU,
INTEGER  NRHS,
REAL,dimension( ldab, * )  AB,
INTEGER  LDAB,
REAL,dimension( ldb, * )  B,
INTEGER  LDB,
REAL,dimension( ldx, * )  X,
INTEGER  LDX,
REAL,dimension( ldxact, * )  XACT,
INTEGER  LDXACT,
REAL,dimension( * )  FERR,
REAL,dimension( * )  BERR,
REAL,dimension( * )  RESLTS 
)

Definition at line 1 of file sgbt05.f.

Here is the caller graph for this function:

 All Files Functions