LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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.
 
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.
 
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.
 
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.
 

Detailed Description