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