|
NAMETESTING/LIN/zpot06.f SYNOPSISFunctions/Subroutinessubroutine zpot06 (uplo, n, nrhs, a, lda, x, ldx, b, ldb,
rwork, resid)
Function/Subroutine Documentationsubroutine zpot06 (character uplo, integer n, integer nrhs, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldx, * ) x, integer ldx, complex*16, dimension( ldb, * ) b, integer ldb, double precision, dimension( * ) rwork, double precision resid)ZPOT06 Purpose:
Parameters UPLO
N
NRHS
A
LDA
X
LDX
B
LDB
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 125 of file zpot06.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|