|
NAMETESTING/LIN/zptt05.f SYNOPSISFunctions/Subroutinessubroutine zptt05 (n, nrhs, d, e, b, ldb, x, ldx, xact,
ldxact, ferr, berr, reslts)
Function/Subroutine Documentationsubroutine zptt05 (integer n, integer nrhs, double precision, dimension( * ) d, complex*16, dimension( * ) e, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( ldx, * ) x, integer ldx, complex*16, dimension( ldxact, * ) xact, integer ldxact, double precision, dimension( * ) ferr, double precision, dimension( * ) berr, double precision, dimension( * ) reslts)ZPTT05 Purpose:
Parameters N
NRHS
D
E
B
LDB
X
LDX
XACT
LDXACT
FERR
BERR
RESLTS
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 148 of file zptt05.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|