stdlib_zrot Interface

interface
public pure module subroutine stdlib_zrot(n, cx, incx, cy, incy, c, s)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
complex(kind=dp), intent(inout) :: cx(*)
integer(kind=ilp), intent(in) :: incx
complex(kind=dp), intent(inout) :: cy(*)
integer(kind=ilp), intent(in) :: incy
real(kind=dp), intent(in) :: c
complex(kind=dp), intent(in) :: s