|
NAMETESTING/LIN/cgtt01.f SYNOPSISFunctions/Subroutinessubroutine cgtt01 (n, dl, d, du, dlf, df, duf, du2, ipiv,
work, ldwork, rwork, resid)
Function/Subroutine Documentationsubroutine cgtt01 (integer n, complex, dimension( * ) dl, complex, dimension( * ) d, complex, dimension( * ) du, complex, dimension( * ) dlf, complex, dimension( * ) df, complex, dimension( * ) duf, complex, dimension( * ) du2, integer, dimension( * ) ipiv, complex, dimension( ldwork, * ) work, integer ldwork, real, dimension( * ) rwork, real resid)CGTT01 Purpose:
Parameters N
DL
D
DU
DLF
DF
DUF
DU2
IPIV
WORK
LDWORK
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 132 of file cgtt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|