|  |  
 |   |   
 NAMESRC/zlartv.f SYNOPSISFunctions/Subroutinessubroutine zlartv (n, x, incx, y, incy, c, s, incc)
   Function/Subroutine Documentationsubroutine zlartv (integer n, complex*16, dimension( * ) x, integer incx, complex*16, dimension( * ) y, integer incy, double precision, dimension( * ) c, complex*16, dimension( * ) s, integer incc)ZLARTV applies a vector of plane rotations with real cosines and complex sines to the elements of a pair of vectors. Purpose: 
 Parameters N
 
 X 
 INCX 
 Y 
 INCY 
 C 
 S 
 INCC 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 106 of file zlartv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |