109 SUBROUTINE dlartv( N, X, INCX, Y, INCY, C, S, INCC )
117 INTEGER INCC, INCX, INCY, N
120 DOUBLE PRECISION C( * ), S( * ), X( * ), Y( * )
126 INTEGER I, IC, IX, IY
127 DOUBLE PRECISION XI, YI
137 x( ix ) = c( ic )*xi + s( ic )*yi
138 y( iy ) = c( ic )*yi - s( ic )*xi
subroutine dlartv(N, X, INCX, Y, INCY, C, S, INCC)
DLARTV applies a vector of plane rotations with real cosines and real sines to the elements of a pair...