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