|
NAMETESTING/LIN/zppt03.f SYNOPSISFunctions/Subroutinessubroutine zppt03 (uplo, n, a, ainv, work, ldwork, rwork,
rcond, resid)
Function/Subroutine Documentationsubroutine zppt03 (character uplo, integer n, complex*16, dimension( * ) a, complex*16, dimension( * ) ainv, complex*16, dimension( ldwork, * ) work, integer ldwork, double precision, dimension( * ) rwork, double precision rcond, double precision resid)ZPPT03 Purpose:
Parameters UPLO
N
A
AINV
WORK
LDWORK
RWORK
RCOND
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 108 of file zppt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|