Functions/Subroutines

SRC/dpbsv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DPBSV (UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO)

Function Documentation

subroutine DPBSV ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  KD,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( ldab, * )  AB,
INTEGER  LDAB,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
INTEGER  INFO 
)

Definition at line 1 of file dpbsv.f.