LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for largv: generate vector of plane rotations:

Functions

subroutine clargv (N, X, INCX, Y, INCY, C, INCC)
 CLARGV generates a vector of plane rotations with real cosines and complex sines. More...
 
subroutine dlargv (N, X, INCX, Y, INCY, C, INCC)
 DLARGV generates a vector of plane rotations with real cosines and real sines. More...
 
subroutine slargv (N, X, INCX, Y, INCY, C, INCC)
 SLARGV generates a vector of plane rotations with real cosines and real sines. More...
 
subroutine zlargv (N, X, INCX, Y, INCY, C, INCC)
 ZLARGV generates a vector of plane rotations with real cosines and complex sines. More...
 

Detailed Description