|
NAMETESTING/LIN/zhet01_rook.f SYNOPSISFunctions/Subroutinessubroutine zhet01_rook (uplo, n, a, lda, afac, ldafac,
ipiv, c, ldc, rwork, resid)
Function/Subroutine Documentationsubroutine zhet01_rook (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_ROOK 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 123 of file zhet01_rook.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|