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