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