111 SUBROUTINE slar2v( N, X, Y, Z, INCX, C, S, INCC )
119 INTEGER INCC, INCX, N
122 REAL C( * ), S( * ), X( * ), Y( * ), Z( * )
129 REAL CI, SI, T1, T2, T3, T4, T5, T6, XI, YI, ZI
147 x( ix ) = ci*t5 + si*t4
148 y( ix ) = ci*t6 - si*t3
149 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...