Functions/Subroutines

SRC/dpbcon.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DPBCON (UPLO, N, KD, AB, LDAB, ANORM, RCOND, WORK, IWORK, INFO)

Function Documentation

subroutine DPBCON ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  KD,
DOUBLE PRECISION,dimension( ldab, * )  AB,
INTEGER  LDAB,
DOUBLE PRECISION  ANORM,
DOUBLE PRECISION  RCOND,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dpbcon.f.