![]() |
![]()
| ![]() |
![]()
NAMESRC/slarfb.f SYNOPSISFunctions/Subroutinessubroutine slarfb (side, trans, direct, storev, m, n, k, v,
ldv, t, ldt, c, ldc, work, ldwork)
Function/Subroutine Documentationsubroutine slarfb (character side, character trans, character direct, character storev, integer m, integer n, integer k, real, dimension( ldv, * ) v, integer ldv, real, dimension( ldt, * ) t, integer ldt, real, dimension( ldc, * ) c, integer ldc, real, dimension( ldwork, * ) work, integer ldwork)SLARFB applies a block reflector or its transpose to a general rectangular matrix. Purpose:
Parameters SIDE
TRANS
DIRECT
STOREV
M
N
K
V
LDV
T
LDT
C
LDC
WORK
LDWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 195 of file slarfb.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|