|
subroutine | drot (N, DX, INCX, DY, INCY, C, S) |
|
Definition at line 154 of file blas.f90.
subroutine blas::DROT::drot |
( |
integer(intg), intent(in) |
N, |
|
|
real(dp), dimension(*), intent(out) |
DX, |
|
|
integer(intg), intent(in) |
INCX, |
|
|
real(dp), dimension(*), intent(out) |
DY, |
|
|
integer(intg), intent(in) |
INCY, |
|
|
real(dp), intent(in) |
C, |
|
|
real(dp), intent(in) |
S |
|
) |
| |