|
NAMETESTING/LIN/zlaptm.f SYNOPSISFunctions/Subroutinessubroutine zlaptm (uplo, n, nrhs, alpha, d, e, x, ldx,
beta, b, ldb)
Function/Subroutine Documentationsubroutine zlaptm (character uplo, integer n, integer nrhs, double precision alpha, double precision, dimension( * ) d, complex*16, dimension( * ) e, complex*16, dimension( ldx, * ) x, integer ldx, double precision beta, complex*16, dimension( ldb, * ) b, integer ldb)ZLAPTM Purpose:
Parameters UPLO
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 127 of file zlaptm.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|