Functions/Subroutines

SRC/dspsvx.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DSPSVX (FACT, UPLO, N, NRHS, AP, AFP, IPIV, B, LDB, X, LDX, RCOND, FERR, BERR, WORK, IWORK, INFO)

Function Documentation

subroutine DSPSVX ( CHARACTER  FACT,
CHARACTER  UPLO,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( * )  AFP,
INTEGER,dimension( * )  IPIV,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION  RCOND,
DOUBLE PRECISION,dimension( * )  FERR,
DOUBLE PRECISION,dimension( * )  BERR,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER,dimension( * )  IWORK,
INTEGER  INFO 
)

Definition at line 1 of file dspsvx.f.