LAPACK 3.3.1
Linear Algebra PACKage

dptrfs.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DPTRFS (N, NRHS, D, E, DF, EF, B, LDB, X, LDX, FERR, BERR, WORK, INFO)

Function Documentation

subroutine DPTRFS ( INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( * )  DF,
DOUBLE PRECISION,dimension( * )  EF,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( * )  FERR,
DOUBLE PRECISION,dimension( * )  BERR,
DOUBLE PRECISION,dimension( * )  WORK,
INTEGER  INFO 
)

Definition at line 1 of file dptrfs.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions