LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
lartv: apply vector of plane rotations to vectors
Collaboration diagram for lartv: apply vector of plane rotations to vectors:

Functions

subroutine clartv (N, X, INCX, Y, INCY, C, S, INCC)
 CLARTV applies a vector of plane rotations with real cosines and complex sines to the elements of a pair of vectors. More...
 
subroutine dlartv (N, X, INCX, Y, INCY, C, S, INCC)
 DLARTV applies a vector of plane rotations with real cosines and real sines to the elements of a pair of vectors. More...
 
subroutine slartv (N, X, INCX, Y, INCY, C, S, INCC)
 SLARTV applies a vector of plane rotations with real cosines and real sines to the elements of a pair of vectors. More...
 
subroutine zlartv (N, X, INCX, Y, INCY, C, S, INCC)
 ZLARTV applies a vector of plane rotations with real cosines and complex sines to the elements of a pair of vectors. More...
 

Detailed Description