The OpenD Programming Language

dsdot

Compute the inner product of two vectors with extended precision accumulation and result. Uses unrolled loops for increments equal to one.

More...
  1. alias dsdot = glas_dsdot
    import glas.ndslice;
    extern (C) nothrow @nogc @system pure
    alias dsdot = glas_dsdot
  2. alias dsdot = _glas_dsdot

Detailed Description

Unified alias

dot

Pseudo code

X^T * Y

BLAS: DSDOT

Meta