|
NAMESRC/zlarz.f SYNOPSISFunctions/Subroutinessubroutine zlarz (side, m, n, l, v, incv, tau, c, ldc,
work)
Function/Subroutine Documentationsubroutine zlarz (character side, integer m, integer n, integer l, complex*16, dimension( * ) v, integer incv, complex*16 tau, complex*16, dimension( ldc, * ) c, integer ldc, complex*16, dimension( * ) work)ZLARZ applies an elementary reflector (as returned by stzrzf) to a general matrix. Purpose:
Parameters SIDE
M
N
L
V
INCV
TAU
C
LDC
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: A. Petitet, Computer Science Dept., Univ. of Tenn.,
Knoxville, USA
Further Details: Definition at line 146 of file zlarz.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|