|
NAMESRC/zlarf.f SYNOPSISFunctions/Subroutinessubroutine zlarf (side, m, n, v, incv, tau, c, ldc, work)
Function/Subroutine Documentationsubroutine zlarf (character side, integer m, integer n, complex*16, dimension( * ) v, integer incv, complex*16 tau, complex*16, dimension( ldc, * ) c, integer ldc, complex*16, dimension( * ) work)ZLARF applies an elementary reflector to a general rectangular matrix. Purpose:
Parameters SIDE
M
N
V
INCV
TAU
C
LDC
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 127 of file zlarf.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|