108 SUBROUTINE zlar2v( N, X, Y, Z, INCX, C, S, INCC )
115 INTEGER INCC, INCX, N
118 DOUBLE PRECISION C( * )
119 COMPLEX*16 S( * ), X( * ), Y( * ), Z( * )
126 DOUBLE PRECISION CI, SII, SIR, T1I, T1R, T5, T6, XI, YI, ZII,
128 COMPLEX*16 SI, T2, T3, T4, ZI
131 INTRINSIC dble, dcmplx, dconjg, dimag
147 t1r = sir*zir - sii*zii
148 t1i = sir*zii + sii*zir
150 t3 = t2 - dconjg( si )*xi
151 t4 = dconjg( t2 ) + si*yi
154 x( ix ) = ci*t5 + ( sir*dble( t4 )+sii*dimag( t4 ) )
155 y( ix ) = ci*t6 - ( sir*dble( t3 )-sii*dimag( t3 ) )
156 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...