|
NAMESRC/cupgtr.f SYNOPSISFunctions/Subroutinessubroutine cupgtr (uplo, n, ap, tau, q, ldq, work, info)
Function/Subroutine Documentationsubroutine cupgtr (character uplo, integer n, complex, dimension( * ) ap, complex, dimension( * ) tau, complex, dimension( ldq, * ) q, integer ldq, complex, dimension( * ) work, integer info)CUPGTR 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 cupgtr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|