106 SUBROUTINE clartv( N, X, INCX, Y, INCY, C, S, INCC )
113 INTEGER INCC, INCX, INCY, N
117 COMPLEX S( * ), X( * ), Y( * )
123 INTEGER I, IC, IX, IY
137 x( ix ) = c( ic )*xi + s( ic )*yi
138 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...