![]() |
![]()
| ![]() |
![]()
NAMESRC/dlarfx.f SYNOPSISFunctions/Subroutinessubroutine dlarfx (side, m, n, v, tau, c, ldc, work)
Function/Subroutine Documentationsubroutine dlarfx (character side, integer m, integer n, double precision, dimension( * ) v, double precision tau, double precision, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) work)DLARFX 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 dlarfx.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|