LAPACK 3.3.1
Linear Algebra PACKage

sgbcon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine SGBCON (NORM, N, KL, KU, AB, LDAB, IPIV, ANORM, RCOND, WORK, IWORK, INFO)

Function Documentation

subroutine SGBCON ( CHARACTER  NORM,
INTEGER  N,
INTEGER  KL,
INTEGER  KU,
REAL,dimension( ldab, * )  AB,
INTEGER  LDAB,
INTEGER,dimension( * )  IPIV,
REAL  ANORM,
REAL  RCOND,
REAL,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file sgbcon.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions