| 
 
 NAMESRC/zlaqr1.f SYNOPSISFunctions/Subroutinessubroutine zlaqr1 (n, h, ldh, s1, s2, v)
   Function/Subroutine Documentationsubroutine zlaqr1 (integer n, complex*16, dimension( ldh, * ) h, integer ldh, complex*16 s1, complex*16 s2, complex*16, dimension( * ) v)ZLAQR1 sets a scalar multiple of the first column of the product of 2-by-2 or 3-by-3 matrix H and specified shifts. Purpose: 
 Parameters N
 
 H 
 LDH 
 S1 
 S2 
 V 
 Author Univ. of Tennessee
 
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: Karen Braman and Ralph Byers, Department of Mathematics,
  University of Kansas, USA 
Definition at line 106 of file zlaqr1.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
  |