CDOTC forms the dot product of two complex vectors CDOTC = X^H * Y
Type | Intent | Optional | 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 |