|
NAMETESTING/LIN/zhpt01.f SYNOPSISFunctions/Subroutinessubroutine zhpt01 (uplo, n, a, afac, ipiv, c, ldc, rwork,
resid)
Function/Subroutine Documentationsubroutine zhpt01 (character uplo, integer n, complex*16, dimension( * ) a, complex*16, dimension( * ) afac, integer, dimension( * ) ipiv, complex*16, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) rwork, double precision resid)ZHPT01 Purpose:
Parameters UPLO
N
A
AFAC
IPIV
C
LDC
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 112 of file zhpt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|