stdlib_cdotu Function

public pure function stdlib_cdotu(n, cx, incx, cy, incy)

CDOTU forms the dot product of two complex vectors CDOTU = X^T * Y

Arguments

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

Return Value complex(kind=sp)