110 SUBROUTINE zlar2v( N, X, Y, Z, INCX, C, S, INCC )
117 INTEGER INCC, INCX, N
120 DOUBLE PRECISION C( * )
121 COMPLEX*16 S( * ), X( * ), Y( * ), Z( * )
128 DOUBLE PRECISION CI, SII, SIR, T1I, T1R, T5, T6, XI, YI, ZII,
130 COMPLEX*16 SI, T2, T3, T4, ZI
133 INTRINSIC dble, dcmplx, dconjg, dimag
149 t1r = sir*zir - sii*zii
150 t1i = sir*zii + sii*zir
152 t3 = t2 - dconjg( si )*xi
153 t4 = dconjg( t2 ) + si*yi
156 x( ix ) = ci*t5 + ( sir*dble( t4 )+sii*dimag( t4 ) )
157 y( ix ) = ci*t6 - ( sir*dble( t3 )-sii*dimag( t3 ) )
158 z( ix ) = ci*t3 + dconjg( si )*dcmplx( t6, t1i )
subroutine zlar2v(n, x, y, z, incx, c, s, incc)
ZLAR2V applies a vector of plane rotations with real cosines and complex sines from both sides to a s...