107 SUBROUTINE dlartv( N, X, INCX, Y, INCY, C, S, INCC )
114 INTEGER INCC, INCX, INCY, N
117 DOUBLE PRECISION C( * ), S( * ), X( * ), Y( * )
123 INTEGER I, IC, IX, IY
124 DOUBLE PRECISION XI, YI
134 x( ix ) = c( ic )*xi + s( ic )*yi
135 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...