stdlib_cla_wwaddw Interface

interface
public pure module subroutine stdlib_cla_wwaddw(n, x, y, w)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(inout) :: x(*)
complex(kind=sp), intent(inout) :: y(*)
complex(kind=sp), intent(in) :: w(*)