105 SUBROUTINE dlartv( N, X, INCX, Y, INCY, C, S, INCC )
112 INTEGER INCC, INCX, INCY, N
115 DOUBLE PRECISION C( * ), S( * ), X( * ), Y( * )
121 INTEGER I, IC, IX, IY
122 DOUBLE PRECISION XI, YI
132 x( ix ) = c( ic )*xi + s( ic )*yi
133 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...