|
subroutine | srot (N, DX, INCX, DY, INCY, C, S) |
|
Definition at line 143 of file blas.f90.
subroutine blas::SROT::srot |
( |
integer(intg), intent(in) |
N, |
|
|
real(sp), dimension(*), intent(out) |
DX, |
|
|
integer(intg), intent(in) |
INCX, |
|
|
real(sp), dimension(*), intent(out) |
DY, |
|
|
integer(intg), intent(in) |
INCY, |
|
|
real(sp), intent(in) |
C, |
|
|
real(sp), intent(in) |
S |
|
) |
| |