![]() |
![]()
| ![]() |
![]()
NAMESRC/slarz.f SYNOPSISFunctions/Subroutinessubroutine slarz (side, m, n, l, v, incv, tau, c, ldc,
work)
Function/Subroutine Documentationsubroutine slarz (character side, integer m, integer n, integer l, real, dimension( * ) v, integer incv, real tau, real, dimension( ldc, * ) c, integer ldc, real, dimension( * ) work)SLARZ 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 144 of file slarz.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|