The OpenD Programming Language

_glas_cdotu

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

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

Detailed Description

Unified alias

dotu

Pseudo code

X^T * Y

BLAS: CDOTU, ZDOTU

Meta