![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/dtpt03.f SYNOPSISFunctions/Subroutinessubroutine dtpt03 (uplo, trans, diag, n, nrhs, ap, scale,
cnorm, tscal, x, ldx, b, ldb, work, resid)
Function/Subroutine Documentationsubroutine dtpt03 (character uplo, character trans, character diag, integer n, integer nrhs, double precision, dimension( * ) ap, double precision scale, double precision, dimension( * ) cnorm, double precision tscal, double precision, dimension( ldx, * ) x, integer ldx, double precision, dimension( ldb, * ) b, integer ldb, double precision, dimension( * ) work, double precision resid)DTPT03 Purpose:
Parameters UPLO
TRANS
DIAG
N
NRHS
AP
SCALE
CNORM
TSCAL
X
LDX
B
LDB
WORK
RESID
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 159 of file dtpt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|