LAPACK 3.3.0

dgbcon.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dgbcon.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions