107 SUBROUTINE slar2v( N, X, Y, Z, INCX, C, S, INCC )
114 INTEGER INCC, INCX, N
117 REAL C( * ), S( * ), X( * ), Y( * ), Z( * )
124 REAL CI, SI, T1, T2, T3, T4, T5, T6, XI, YI, ZI
142 x( ix ) = ci*t5 + si*t4
143 y( ix ) = ci*t6 - si*t3
144 z( ix ) = ci*t4 - si*t5
subroutine slar2v(n, x, y, z, incx, c, s, incc)
SLAR2V applies a vector of plane rotations with real cosines and real sines from both sides to a sequ...