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