.TH "crot.f" 3 "Sun May 26 2013" "Version 3.4.1" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME crot.f \- .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBcrot\fP (N, CX, INCX, CY, INCY, C, S)" .br .RI "\fI\fBCROT\fP \fP" .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine crot (integerN, complex, dimension( * )CX, integerINCX, complex, dimension( * )CY, integerINCY, realC, complexS)" .PP \fBCROT\fP .PP \fBPurpose: \fP .RS 4 .PP .nf CROT applies a plane rotation, where the cos (C) is real and the sin (S) is complex, and the vectors CX and CY are complex. .fi .PP .RE .PP \fBParameters:\fP .RS 4 \fIN\fP .PP .nf N is INTEGER The number of elements in the vectors CX and CY. .fi .PP .br \fICX\fP .PP .nf CX is COMPLEX array, dimension (N) On input, the vector X. On output, CX is overwritten with C*X + S*Y. .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER The increment between successive values of CY. INCX <> 0. .fi .PP .br \fICY\fP .PP .nf CY is COMPLEX array, dimension (N) On input, the vector Y. On output, CY is overwritten with -CONJG(S)*X + C*Y. .fi .PP .br \fIINCY\fP .PP .nf INCY is INTEGER The increment between successive values of CY. INCX <> 0. .fi .PP .br \fIC\fP .PP .nf C is REAL .fi .PP .br \fIS\fP .PP .nf S is COMPLEX C and S define a rotation [ C S ] [ -conjg(S) C ] where C*C + S*CONJG(S) = 1.0. .fi .PP .RE .PP \fBAuthor:\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBDate:\fP .RS 4 November 2011 .RE .PP .PP Definition at line 104 of file crot\&.f\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.