|
NAMETESTING/LIN/zptt02.f SYNOPSISFunctions/Subroutinessubroutine zptt02 (uplo, n, nrhs, d, e, x, ldx, b, ldb,
resid)
Function/Subroutine Documentationsubroutine zptt02 (character uplo, integer n, integer nrhs, double precision, dimension( * ) d, complex*16, dimension( * ) e, complex*16, dimension( ldx, * ) x, integer ldx, complex*16, dimension( ldb, * ) b, integer ldb, double precision resid)ZPTT02 Purpose:
Parameters UPLO
N
NRHS
D
E
X
LDX
B
LDB
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 114 of file zptt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|