109 SUBROUTINE slar2v( N, X, Y, Z, INCX, C, S, INCC )
116 INTEGER INCC, INCX, N
119 REAL C( * ), S( * ), X( * ), Y( * ), Z( * )
126 REAL 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 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...