LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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. | |
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. | |
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. | |
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. | |