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