The OpenD Programming Language

_glas_zdotu

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_zdotu
(
size_t n
,
ptrdiff_t incx
,
const(cdouble)* x
,
ptrdiff_t incy
,
const(cdouble)* y
)

Detailed Description

Unified alias

dotu

Pseudo code

X^T * Y

BLAS: CDOTU, ZDOTU

Meta