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