|
NAMETESTING/LIN/cgtt02.f SYNOPSISFunctions/Subroutinessubroutine cgtt02 (trans, n, nrhs, dl, d, du, x, ldx, b,
ldb, resid)
Function/Subroutine Documentationsubroutine cgtt02 (character trans, integer n, integer nrhs, complex, dimension( * ) dl, complex, dimension( * ) d, complex, dimension( * ) du, complex, dimension( ldx, * ) x, integer ldx, complex, dimension( ldb, * ) b, integer ldb, real resid)CGTT02 Purpose:
Parameters TRANS
N
NRHS
DL
D
DU
X
LDX
B
LDB
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 122 of file cgtt02.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|