|
NAMETESTING/EIG/zlarfy.f SYNOPSISFunctions/Subroutinessubroutine zlarfy (uplo, n, v, incv, tau, c, ldc, work)
Function/Subroutine Documentationsubroutine zlarfy (character uplo, integer n, complex*16, dimension( * ) v, integer incv, complex*16 tau, complex*16, dimension( ldc, * ) c, integer ldc, complex*16, dimension( * ) work)ZLARFY Purpose:
Parameters UPLO
N
V
INCV
TAU
C
LDC
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 107 of file zlarfy.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|