The OpenD Programming Language

_glas_zdotc

Forms the dot product of two complex vectors. Uses unrolled loops for increments equal to one.

More...
extern (C) nothrow @nogc @system pure
cdouble
_glas_zdotc
(
size_t n
,
ptrdiff_t incx
,
const(cdouble)* x
,
ptrdiff_t incy
,
const(cdouble)* y
)

Detailed Description

Unified alias

dotc

Pseudo code

X^H * Y

BLAS: CDOTC, ZDOTC

Meta