stdlib_zlargv Interface

interface
public pure module subroutine stdlib_zlargv(n, x, incx, y, incy, c, 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(out) :: c(*)
integer(kind=ilp), intent(in) :: incc