109 SUBROUTINE dlar2v( N, X, Y, Z, INCX, C, S, INCC )
116 INTEGER INCC, INCX, N
119 DOUBLE PRECISION C( * ), S( * ), X( * ), Y( * ), Z( * )
126 DOUBLE PRECISION CI, SI, T1, T2, T3, T4, T5, T6, XI, YI, ZI
144 x( ix ) = ci*t5 + si*t4
145 y( ix ) = ci*t6 - si*t3
146 z( ix ) = ci*t4 - si*t5
subroutine dlar2v(n, x, y, z, incx, c, s, incc)
DLAR2V applies a vector of plane rotations with real cosines and real sines from both sides to a sequ...