108 SUBROUTINE clartv( N, X, INCX, Y, INCY, C, S, INCC )
116 INTEGER INCC, INCX, INCY, N
120 COMPLEX S( * ), X( * ), Y( * )
126 INTEGER I, IC, IX, IY
140 x( ix ) = c( ic )*xi + s( ic )*yi
141 y( iy ) = c( ic )*yi - conjg( s( ic ) )*xi
subroutine clartv(N, X, INCX, Y, INCY, C, S, INCC)
CLARTV applies a vector of plane rotations with real cosines and complex sines to the elements of a p...