107 SUBROUTINE slartv( N, X, INCX, Y, INCY, C, S, INCC )
114 INTEGER INCC, INCX, INCY, N
117 REAL C( * ), S( * ), X( * ), Y( * )
123 INTEGER I, IC, IX, IY
134 x( ix ) = c( ic )*xi + s( ic )*yi
135 y( iy ) = c( ic )*yi - s( ic )*xi
subroutine slartv(n, x, incx, y, incy, c, s, incc)
SLARTV applies a vector of plane rotations with real cosines and real sines to the elements of a pair...