![]() |
![]()
| ![]() |
![]()
NAMETESTING/LIN/dlaptm.f SYNOPSISFunctions/Subroutinessubroutine dlaptm (n, nrhs, alpha, d, e, x, ldx, beta, b,
ldb)
Function/Subroutine Documentationsubroutine dlaptm (integer n, integer nrhs, double precision alpha, double precision, dimension( * ) d, double precision, dimension( * ) e, double precision, dimension( ldx, * ) x, integer ldx, double precision beta, double precision, dimension( ldb, * ) b, integer ldb)DLAPTM Purpose:
Parameters N
NRHS
ALPHA
D
E
X
LDX
BETA
B
LDB
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 115 of file dlaptm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|