![]() |
![]()
| ![]() |
![]()
NAMESRC/slarzb.f SYNOPSISFunctions/Subroutinessubroutine slarzb (side, trans, direct, storev, m, n, k, l,
v, ldv, t, ldt, c, ldc, work, ldwork)
Function/Subroutine Documentationsubroutine slarzb (character side, character trans, character direct, character storev, integer m, integer n, integer k, integer l, real, dimension( ldv, * ) v, integer ldv, real, dimension( ldt, * ) t, integer ldt, real, dimension( ldc, * ) c, integer ldc, real, dimension( ldwork, * ) work, integer ldwork)SLARZB applies a block reflector or its transpose to a general matrix. Purpose:
Parameters SIDE
TRANS
DIRECT
STOREV
M
N
K
L
V
LDV
T
LDT
C
LDC
WORK
LDWORK
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 181 of file slarzb.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|