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