LAPACK 3.3.1
Linear Algebra PACKage

dppt05.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DPPT05 (UPLO, N, NRHS, AP, B, LDB, X, LDX, XACT, LDXACT, FERR, BERR, RESLTS)

Function Documentation

subroutine DPPT05 ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension( * )  AP,
DOUBLE PRECISION,dimension( ldb, * )  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( ldxact, * )  XACT,
INTEGER  LDXACT,
DOUBLE PRECISION,dimension( * )  FERR,
DOUBLE PRECISION,dimension( * )  BERR,
DOUBLE PRECISION,dimension( * )  RESLTS 
)

Definition at line 1 of file dppt05.f.

Here is the caller graph for this function:

 All Files Functions