|
NAMETESTING/LIN/ztrt01.f SYNOPSISFunctions/Subroutinessubroutine ztrt01 (uplo, diag, n, a, lda, ainv, ldainv,
rcond, rwork, resid)
Function/Subroutine Documentationsubroutine ztrt01 (character uplo, character diag, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldainv, * ) ainv, integer ldainv, double precision rcond, double precision, dimension( * ) rwork, double precision resid)ZTRT01 Purpose:
Parameters UPLO
DIAG
N
A
LDA
AINV
LDAINV
RCOND
RWORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 123 of file ztrt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|