|
NAMESRC/zupgtr.f SYNOPSISFunctions/Subroutinessubroutine zupgtr (uplo, n, ap, tau, q, ldq, work, info)
Function/Subroutine Documentationsubroutine zupgtr (character uplo, integer n, complex*16, dimension( * ) ap, complex*16, dimension( * ) tau, complex*16, dimension( ldq, * ) q, integer ldq, complex*16, dimension( * ) work, integer info)ZUPGTR Purpose:
Parameters UPLO
N
AP
TAU
Q
LDQ
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 113 of file zupgtr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|