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