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