![]() |
![]()
| ![]() |
![]()
NAMESRC/slarfx.f SYNOPSISFunctions/Subroutinessubroutine slarfx (side, m, n, v, tau, c, ldc, work)
Function/Subroutine Documentationsubroutine slarfx (character side, integer m, integer n, real, dimension( * ) v, real tau, real, dimension( ldc, * ) c, integer ldc, real, dimension( * ) work)SLARFX applies an elementary reflector to a general rectangular matrix, with loop unrolling when the reflector has order ≤ 10. Purpose:
Parameters SIDE
M
N
V
TAU
C
LDC
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 119 of file slarfx.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|