|
NAMESRC/clar2v.f SYNOPSISFunctions/Subroutinessubroutine clar2v (n, x, y, z, incx, c, s, incc)
Function/Subroutine Documentationsubroutine clar2v (integer n, complex, dimension( * ) x, complex, dimension( * ) y, complex, dimension( * ) z, integer incx, real, dimension( * ) c, complex, dimension( * ) s, integer incc)CLAR2V 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 clar2v.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|