|
NAMESRC/clarfx.f SYNOPSISFunctions/Subroutinessubroutine clarfx (side, m, n, v, tau, c, ldc, work)
Function/Subroutine Documentationsubroutine clarfx (character side, integer m, integer n, complex, dimension( * ) v, complex tau, complex, dimension( ldc, * ) c, integer ldc, complex, dimension( * ) work)CLARFX 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 118 of file clarfx.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|