stdlib_zlartv Interface

interface
public pure module subroutine stdlib_zlartv(n, x, incx, y, incy, c, s, incc)

Arguments

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