ROT: applies a plane rotation.
More...
|
pure subroutine | drot (n, dx, incx, dy, incy, c, s) |
|
| la_drot |
|
| la_qrot |
|
pure subroutine | srot (n, sx, incx, sy, incy, c, s) |
|
| la_srot |
|
ROT: applies a plane rotation.
◆ drot()
pure subroutine la_blas::rot::drot |
( |
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(inout) |
dx, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
real(dp), dimension(*), intent(inout) |
dy, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(dp), intent(in) |
c, |
|
|
real(dp), intent(in) |
s |
|
) |
| |
◆ la_drot()
◆ la_qrot()
◆ la_srot()
◆ srot()
pure subroutine la_blas::rot::srot |
( |
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(inout) |
sx, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
real(sp), dimension(*), intent(inout) |
sy, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(sp), intent(in) |
c, |
|
|
real(sp), intent(in) |
s |
|
) |
| |
The documentation for this interface was generated from the following file: