|
NAMESRC/clacrt.f SYNOPSISFunctions/Subroutinessubroutine clacrt (n, cx, incx, cy, incy, c, s)
Function/Subroutine Documentationsubroutine clacrt (integer n, complex, dimension( * ) cx, integer incx, complex, dimension( * ) cy, integer incy, complex c, complex s)CLACRT performs a linear transformation of a pair of complex vectors. Purpose:
Parameters N
CX
INCX
CY
INCY
C
S
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 104 of file clacrt.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|