|
NAMESRC/zlar2v.f SYNOPSISFunctions/Subroutinessubroutine zlar2v (n, x, y, z, incx, c, s, incc)
Function/Subroutine Documentationsubroutine zlar2v (integer n, complex*16, dimension( * ) x, complex*16, dimension( * ) y, complex*16, dimension( * ) z, integer incx, double precision, dimension( * ) c, complex*16, dimension( * ) s, integer incc)ZLAR2V applies a vector of plane rotations with real cosines and complex sines from both sides to a sequence of 2-by-2 symmetric/Hermitian matrices. Purpose:
Parameters N
X
Y
Z
INCX
C
S
INCC
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 110 of file zlar2v.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|