LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
lar2v: apply vector of plane rotations to 2x2 matrices
Collaboration diagram for lar2v: apply vector of plane rotations to 2x2 matrices:

Functions

subroutine clar2v (N, X, Y, Z, INCX, C, S, INCC)
 CLAR2V applies a vector of plane rotations with real cosines and complex sines from both sides to a sequence of 2-by-2 symmetric/Hermitian matrices. More...
 
subroutine dlar2v (N, X, Y, Z, INCX, C, S, INCC)
 DLAR2V applies a vector of plane rotations with real cosines and real sines from both sides to a sequence of 2-by-2 symmetric/Hermitian matrices. More...
 
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 sequence of 2-by-2 symmetric/Hermitian matrices. More...
 
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 sequence of 2-by-2 symmetric/Hermitian matrices. More...
 

Detailed Description