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