|
NAMETESTING/LIN/zspt01.f SYNOPSISFunctions/Subroutinessubroutine zspt01 (uplo, n, a, afac, ipiv, c, ldc, rwork,
resid)
Function/Subroutine Documentationsubroutine zspt01 (character uplo, integer n, complex*16, dimension( * ) a, complex*16, dimension( * ) afac, integer, dimension( * ) ipiv, complex*16, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) rwork, double precision resid)ZSPT01 Purpose:
Parameters UPLO
N
A
AFAC
IPIV
C
LDC
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 111 of file zspt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|