104 SUBROUTINE clartv( N, X, INCX, Y, INCY, C, S, INCC )
111 INTEGER INCC, INCX, INCY, N
115 COMPLEX S( * ), X( * ), Y( * )
121 INTEGER I, IC, IX, IY
135 x( ix ) = c( ic )*xi + s( ic )*yi
136 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...