stdlib_caxpy Subroutine

public pure subroutine stdlib_caxpy(n, ca, cx, incx, cy, incy)

CAXPY constant times a vector plus a vector.

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
complex(kind=sp), intent(in) :: ca
complex(kind=sp), intent(in) :: cx(*)
integer(kind=ilp), intent(in) :: incx
complex(kind=sp), intent(inout) :: cy(*)
integer(kind=ilp), intent(in) :: incy