![]() |
LAPACK
3.7.0
LAPACK: Linear Algebra PACKage
|
subroutine drot | ( | integer | N, |
double precision, dimension(*) | DX, | ||
integer | INCX, | ||
double precision, dimension(*) | DY, | ||
integer | INCY, | ||
double precision | C, | ||
double precision | S | ||
) |
DROT
DROT applies a plane rotation.
jack dongarra, linpack, 3/11/78. modified 12/3/93, array(1) declarations changed to array(*)